Html Css Color HEX #6F0B67 Palatinate Purple

📋 copy color: '#6F0B67'

red 111 ◦ green 11 ◦ blue 103

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

Shades of Palatinate Purple #6F0B67

Tints of Palatinate Purple #6F0B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.78%

R = 49.33%
G = 4.89%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#6F0B67 (or 0x6F0B67) is known color: Palatinate Purple. HEX triplet: 6F, 0B and 67. RGB value is (111,11,103). Sum of RGB (Red+Green+Blue) = 111+11+103=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0B67 is #90F498. Grayscale: #333333. Windows color (decimal): -9499801 or 6753135. OLE color: 6753135.

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

Color convert

RGB 111 11 103 -
CMYK 0 0.90 0.07 0.56
HSL 304.8º 0.82% 0.24% -
HSV(B) 304.8º 0.9% 0.44% -
XYZ 9.12 4.6 13.24 -
YUV 51.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 111 11 103 0 0.90 0.07 0.56 304.8 0.82 0.24
Hex 6F B 67 0 5A 7 38 131 52 18
Octal 157 13 147 0 132 7 70 461 122 30
Binary 1101111 1011 1100111 0 1011010 111 111000 100110001 1010010 11000

Color Harmonies of #6F0B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B67

Black with #6F0B67

Text Example


Text Example

White with #6F0B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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