Html Css Color HEX #6F3762 Palatinate Purple

📋 copy color: '#6F3762'

red 111 ◦ green 55 ◦ blue 98

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

Shades of Palatinate Purple #6F3762

Tints of Palatinate Purple #6F3762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

 BLUE value IS 98 (38.67% from 255) = 37.12%

R = 42.05%
G = 20.83%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F3762 (or 0x6F3762) is known color: Palatinate Purple. HEX triplet: 6F, 37 and 62. RGB value is (111,55,98). Sum of RGB (Red+Green+Blue) = 111+55+98=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3762 is #90C89D. Grayscale: #4C4C4C. Windows color (decimal): -9488542 or 6436719. OLE color: 6436719.

HSL color Cylindrical-coordinate representation of color #6F3762: hue angle of 313.93º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3762 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 55 98 -
CMYK 0 0.50 0.12 0.56
HSL 313.93º 0.34% 0.33% -
HSV(B) 313.93º 0.5% 0.44% -
XYZ 10.13 6.99 12.37 -
YUV 76.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 111 55 98 0 0.50 0.12 0.56 313.93 0.34 0.33
Hex 6F 37 62 0 32 C 38 13A 22 21
Octal 157 67 142 0 62 14 70 472 42 41
Binary 1101111 110111 1100010 0 110010 1100 111000 100111010 100010 100001

Color Harmonies of #6F3762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3762

Black with #6F3762

Text Example


Text Example

White with #6F3762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,98); }

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

background-color css

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

 a { background-color: rgb(111,55,98); }

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

border-color css

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

 span { border-color: rgb(111,55,98); }

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