Html Css Color HEX #6D0A62 Palatinate Purple

📋 copy color: '#6D0A62'

red 109 ◦ green 10 ◦ blue 98

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

Shades of Palatinate Purple #6D0A62

Tints of Palatinate Purple #6D0A62

RGB

 RED value IS 109 (42.97% from 255) = 50.23%

 GREEN value IS 10 (4.3% from 255) = 4.61%

 BLUE value IS 98 (38.67% from 255) = 45.16%

R = 50.23%
G = 4.61%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D0A62 (or 0x6D0A62) is known color: Palatinate Purple. HEX triplet: 6D, 0A and 62. RGB value is (109,10,98). Sum of RGB (Red+Green+Blue) = 109+10+98=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0A62 is #92F59D. Grayscale: #313131. Windows color (decimal): -9631134 or 6425197. OLE color: 6425197.

HSL color Cylindrical-coordinate representation of color #6D0A62: hue angle of 306.67º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0A62 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 10 98 -
CMYK 0 0.91 0.10 0.57
HSL 306.67º 0.83% 0.23% -
HSV(B) 306.67º 0.91% 0.43% -
XYZ 8.62 4.35 11.94 -
YUV 49.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 109 10 98 0 0.91 0.10 0.57 306.67 0.83 0.23
Hex 6D A 62 0 5B A 39 133 53 17
Octal 155 12 142 0 133 12 71 463 123 27
Binary 1101101 1010 1100010 0 1011011 1010 111001 100110011 1010011 10111

Color Harmonies of #6D0A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A62

Black with #6D0A62

Text Example


Text Example

White with #6D0A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,10,98); }

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

background-color css

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

 a { background-color: rgb(109,10,98); }

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

border-color css

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

 span { border-color: rgb(109,10,98); }

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