Html Css Color HEX #6F0B64 Palatinate Purple

📋 copy color: '#6F0B64'

red 111 ◦ green 11 ◦ blue 100

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

Shades of Palatinate Purple #6F0B64

Tints of Palatinate Purple #6F0B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.95%

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

R = 50%
G = 4.95%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F0B64 (or 0x6F0B64) is known color: Palatinate Purple. HEX triplet: 6F, 0B and 64. RGB value is (111,11,100). Sum of RGB (Red+Green+Blue) = 111+11+100=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0B64 is #90F49B. Grayscale: #323232. Windows color (decimal): -9499804 or 6556527. OLE color: 6556527.

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

Color convert

RGB 111 11 100 -
CMYK 0 0.90 0.10 0.56
HSL 306.6º 0.82% 0.24% -
HSV(B) 306.6º 0.9% 0.44% -
XYZ 8.98 4.54 12.46 -
YUV 51.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 111 11 100 0 0.90 0.10 0.56 306.6 0.82 0.24
Hex 6F B 64 0 5A A 38 133 52 18
Octal 157 13 144 0 132 12 70 463 122 30
Binary 1101111 1011 1100100 0 1011010 1010 111000 100110011 1010010 11000

Color Harmonies of #6F0B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B64

Black with #6F0B64

Text Example


Text Example

White with #6F0B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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