Html Css Color HEX #6F0B68 Palatinate Purple

📋 copy color: '#6F0B68'

red 111 ◦ green 11 ◦ blue 104

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

Shades of Palatinate Purple #6F0B68

Tints of Palatinate Purple #6F0B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.02%

R = 49.12%
G = 4.87%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F0B68 (or 0x6F0B68) is known color: Palatinate Purple. HEX triplet: 6F, 0B and 68. RGB value is (111,11,104). Sum of RGB (Red+Green+Blue) = 111+11+104=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0B68 is #90F497. Grayscale: #333333. Windows color (decimal): -9499800 or 6818671. OLE color: 6818671.

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

Color convert

RGB 111 11 104 -
CMYK 0 0.90 0.06 0.56
HSL 304.2º 0.82% 0.24% -
HSV(B) 304.2º 0.9% 0.44% -
XYZ 9.17 4.62 13.5 -
YUV 51.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 111 11 104 0 0.90 0.06 0.56 304.2 0.82 0.24
Hex 6F B 68 0 5A 6 38 130 52 18
Octal 157 13 150 0 132 6 70 460 122 30
Binary 1101111 1011 1101000 0 1011010 110 111000 100110000 1010010 11000

Color Harmonies of #6F0B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B68

Black with #6F0B68

Text Example


Text Example

White with #6F0B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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