Html Css Color HEX #6F0F64 Palatinate Purple

📋 copy color: '#6F0F64'

red 111 ◦ green 15 ◦ blue 100

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

Shades of Palatinate Purple #6F0F64

Tints of Palatinate Purple #6F0F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.64%

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

R = 49.12%
G = 6.64%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F0F64 (or 0x6F0F64) is known color: Palatinate Purple. HEX triplet: 6F, 0F and 64. RGB value is (111,15,100). Sum of RGB (Red+Green+Blue) = 111+15+100=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F64 is #90F09B. Grayscale: #353535. Windows color (decimal): -9498780 or 6557551. OLE color: 6557551.

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

Color convert

RGB 111 15 100 -
CMYK 0 0.86 0.10 0.56
HSL 306.88º 0.76% 0.25% -
HSV(B) 306.88º 0.86% 0.44% -
XYZ 9.03 4.64 12.48 -
YUV 53.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 111 15 100 0 0.86 0.10 0.56 306.88 0.76 0.25
Hex 6F F 64 0 56 A 38 133 4C 19
Octal 157 17 144 0 126 12 70 463 114 31
Binary 1101111 1111 1100100 0 1010110 1010 111000 100110011 1001100 11001

Color Harmonies of #6F0F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0F64

Black with #6F0F64

Text Example


Text Example

White with #6F0F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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