Html Css Color HEX #6C0D69 Palatinate Purple

📋 copy color: '#6C0D69'

red 108 ◦ green 13 ◦ blue 105

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

Shades of Palatinate Purple #6C0D69

Tints of Palatinate Purple #6C0D69

RGB

 RED value IS 108 (42.58% from 255) = 47.79%

 GREEN value IS 13 (5.47% from 255) = 5.75%

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 47.79%
G = 5.75%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6C0D69 (or 0x6C0D69) is known color: Palatinate Purple. HEX triplet: 6C, 0D and 69. RGB value is (108,13,105). Sum of RGB (Red+Green+Blue) = 108+13+105=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0D69 is #93F296. Grayscale: #333333. Windows color (decimal): -9695895 or 6884716. OLE color: 6884716.

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

Color convert

RGB 108 13 105 -
CMYK 0 0.88 0.03 0.58
HSL 301.89º 0.79% 0.24% -
HSV(B) 301.89º 0.88% 0.42% -
XYZ 8.88 4.5 13.76 -
YUV 51.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 108 13 105 0 0.88 0.03 0.58 301.89 0.79 0.24
Hex 6C D 69 0 58 3 3A 12E 4F 18
Octal 154 15 151 0 130 3 72 456 117 30
Binary 1101100 1101 1101001 0 1011000 11 111010 100101110 1001111 11000

Color Harmonies of #6C0D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0D69

Black with #6C0D69

Text Example


Text Example

White with #6C0D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,13,105); }

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

background-color css

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

 a { background-color: rgb(108,13,105); }

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

border-color css

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

 span { border-color: rgb(108,13,105); }

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