Html Css Color HEX #6B0E68 Palatinate Purple

📋 copy color: '#6B0E68'

red 107 ◦ green 14 ◦ blue 104

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

Shades of Palatinate Purple #6B0E68

Tints of Palatinate Purple #6B0E68

RGB

 RED value IS 107 (42.19% from 255) = 47.56%

 GREEN value IS 14 (5.86% from 255) = 6.22%

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

R = 47.56%
G = 6.22%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B0E68 (or 0x6B0E68) is known color: Palatinate Purple. HEX triplet: 6B, 0E and 68. RGB value is (107,14,104). Sum of RGB (Red+Green+Blue) = 107+14+104=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0E68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0E68 is #94F197. Grayscale: #333333. Windows color (decimal): -9761176 or 6819435. OLE color: 6819435.

HSL color Cylindrical-coordinate representation of color #6B0E68: hue angle of 301.94º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B0E68 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 14 104 -
CMYK 0 0.87 0.03 0.58
HSL 301.94º 0.77% 0.24% -
HSV(B) 301.94º 0.87% 0.42% -
XYZ 8.72 4.44 13.49 -
YUV 52.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 107 14 104 0 0.87 0.03 0.58 301.94 0.77 0.24
Hex 6B E 68 0 57 3 3A 12E 4D 18
Octal 153 16 150 0 127 3 72 456 115 30
Binary 1101011 1110 1101000 0 1010111 11 111010 100101110 1001101 11000

Color Harmonies of #6B0E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0E68

Black with #6B0E68

Text Example


Text Example

White with #6B0E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,14,104); }

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

background-color css

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

 a { background-color: rgb(107,14,104); }

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

border-color css

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

 span { border-color: rgb(107,14,104); }

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