Html Css Color HEX #6F0C65 Palatinate Purple

📋 copy color: '#6F0C65'

red 111 ◦ green 12 ◦ blue 101

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

Shades of Palatinate Purple #6F0C65

Tints of Palatinate Purple #6F0C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.09%

R = 49.55%
G = 5.36%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F0C65 (or 0x6F0C65) is known color: Palatinate Purple. HEX triplet: 6F, 0C and 65. RGB value is (111,12,101). Sum of RGB (Red+Green+Blue) = 111+12+101=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C65 is #90F39A. Grayscale: #333333. Windows color (decimal): -9499547 or 6622319. OLE color: 6622319.

HSL color Cylindrical-coordinate representation of color #6F0C65: hue angle of 306.06º 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 #6F0C65 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 12 101 -
CMYK 0 0.89 0.09 0.56
HSL 306.06º 0.8% 0.24% -
HSV(B) 306.06º 0.89% 0.44% -
XYZ 9.04 4.58 12.72 -
YUV 51.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 111 12 101 0 0.89 0.09 0.56 306.06 0.8 0.24
Hex 6F C 65 0 59 9 38 132 50 18
Octal 157 14 145 0 131 11 70 462 120 30
Binary 1101111 1100 1100101 0 1011001 1001 111000 100110010 1010000 11000

Color Harmonies of #6F0C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C65

Black with #6F0C65

Text Example


Text Example

White with #6F0C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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