Html Css Color HEX #6F0C64 Palatinate Purple

📋 copy color: '#6F0C64'

red 111 ◦ green 12 ◦ blue 100

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

Shades of Palatinate Purple #6F0C64

Tints of Palatinate Purple #6F0C64

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.38%

 BLUE value IS 100 (39.45% from 255) = 44.84%

R = 49.78%
G = 5.38%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F0C64 (or 0x6F0C64) is known color: Palatinate Purple. HEX triplet: 6F, 0C and 64. RGB value is (111,12,100). Sum of RGB (Red+Green+Blue) = 111+12+100=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C64 is #90F39B. Grayscale: #333333. Windows color (decimal): -9499548 or 6556783. OLE color: 6556783.

HSL color Cylindrical-coordinate representation of color #6F0C64: hue angle of 306.67º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C64 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 12 100 -
CMYK 0 0.89 0.10 0.56
HSL 306.67º 0.8% 0.24% -
HSV(B) 306.67º 0.89% 0.44% -
XYZ 8.99 4.56 12.46 -
YUV 51.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 111 12 100 0 0.89 0.10 0.56 306.67 0.8 0.24
Hex 6F C 64 0 59 A 38 133 50 18
Octal 157 14 144 0 131 12 70 463 120 30
Binary 1101111 1100 1100100 0 1011001 1010 111000 100110011 1010000 11000

Color Harmonies of #6F0C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C64

Black with #6F0C64

Text Example


Text Example

White with #6F0C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,12,100); }

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

background-color css

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

 a { background-color: rgb(111,12,100); }

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

border-color css

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

 span { border-color: rgb(111,12,100); }

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