Html Css Color HEX #6F265A Palatinate Purple

📋 copy color: '#6F265A'

red 111 ◦ green 38 ◦ blue 90

#6F265A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #6F265A

Tints of Palatinate Purple #6F265A

RGB

 RED value IS 111 (43.75% from 255) = 46.44%

 GREEN value IS 38 (15.23% from 255) = 15.9%

 BLUE value IS 90 (35.55% from 255) = 37.66%

R = 46.44%
G = 15.9%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6F265A (or 0x6F265A) is known color: Palatinate Purple. HEX triplet: 6F, 26 and 5A. RGB value is (111,38,90). Sum of RGB (Red+Green+Blue) = 111+38+90=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F265A is #90D9A5. Grayscale: #414141. Windows color (decimal): -9492902 or 5908079. OLE color: 5908079.

HSL color Cylindrical-coordinate representation of color #6F265A: hue angle of 317.26º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F265A is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 38 90 -
CMYK 0 0.66 0.19 0.56
HSL 317.26º 0.49% 0.29% -
HSV(B) 317.26º 0.66% 0.44% -
XYZ 9.09 5.5 10.26 -
YUV 65.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 111 38 90 0 0.66 0.19 0.56 317.26 0.49 0.29
Hex 6F 26 5A 0 42 13 38 13D 31 1D
Octal 157 46 132 0 102 23 70 475 61 35
Binary 1101111 100110 1011010 0 1000010 10011 111000 100111101 110001 11101

Color Harmonies of #6F265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F265A

Black with #6F265A

Text Example


Text Example

White with #6F265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F265A; }

 p { color: rgb(111,38,90); }

 H1.HeaderClassName
 {
   color: #6F265A;
 }
 .AnyTagClassName
 {
   color: #6F265A;
 }
</style>

background-color css

<style>
 a { background-color: #6F265A; }

 a { background-color: rgb(111,38,90); }

 div.DivClassName
 {
   background-color: #6F265A;
 }
 .BgClassName
 {
   background-color: #6F265A;
 }
</style>

border-color css

<style>
 span { border-color: #6F265A; }

 span { border-color: rgb(111,38,90); }

 td.TdClassName
 {
   border-color: #6F265A;
 }
 .TagClassName
 {
   border-color: #6F265A;
 }
</style>