Html Css Color HEX #6F3662 Palatinate Purple

📋 copy color: '#6F3662'

red 111 ◦ green 54 ◦ blue 98

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

Shades of Palatinate Purple #6F3662

Tints of Palatinate Purple #6F3662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.53%

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

R = 42.21%
G = 20.53%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F3662 (or 0x6F3662) is known color: Palatinate Purple. HEX triplet: 6F, 36 and 62. RGB value is (111,54,98). Sum of RGB (Red+Green+Blue) = 111+54+98=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3662 is #90C99D. Grayscale: #4B4B4B. Windows color (decimal): -9488798 or 6436463. OLE color: 6436463.

HSL color Cylindrical-coordinate representation of color #6F3662: hue angle of 313.68º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F3662 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 54 98 -
CMYK 0 0.51 0.12 0.56
HSL 313.68º 0.35% 0.32% -
HSV(B) 313.68º 0.51% 0.44% -
XYZ 10.08 6.9 12.36 -
YUV 76.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 111 54 98 0 0.51 0.12 0.56 313.68 0.35 0.32
Hex 6F 36 62 0 33 C 38 13A 23 20
Octal 157 66 142 0 63 14 70 472 43 40
Binary 1101111 110110 1100010 0 110011 1100 111000 100111010 100011 100000

Color Harmonies of #6F3662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3662

Black with #6F3662

Text Example


Text Example

White with #6F3662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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