Html Css Color HEX #6C125A Palatinate Purple

📋 copy color: '#6C125A'

red 108 ◦ green 18 ◦ blue 90

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

Shades of Palatinate Purple #6C125A

Tints of Palatinate Purple #6C125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.33%

 BLUE value IS 90 (35.55% from 255) = 41.67%

R = 50%
G = 8.33%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6C125A (or 0x6C125A) is known color: Palatinate Purple. HEX triplet: 6C, 12 and 5A. RGB value is (108,18,90). Sum of RGB (Red+Green+Blue) = 108+18+90=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C125A is #93EDA5. Grayscale: #343434. Windows color (decimal): -9694630 or 5902956. OLE color: 5902956.

HSL color Cylindrical-coordinate representation of color #6C125A: hue angle of 312º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C125A is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 18 90 -
CMYK 0 0.83 0.17 0.58
HSL 312º 0.71% 0.25% -
HSV(B) 312º 0.83% 0.42% -
XYZ 8.25 4.36 10.08 -
YUV 53.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 108 18 90 0 0.83 0.17 0.58 312 0.71 0.25
Hex 6C 12 5A 0 53 11 3A 138 47 19
Octal 154 22 132 0 123 21 72 470 107 31
Binary 1101100 10010 1011010 0 1010011 10001 111010 100111000 1000111 11001

Color Harmonies of #6C125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C125A

Black with #6C125A

Text Example


Text Example

White with #6C125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,18,90); }

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

background-color css

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

 a { background-color: rgb(108,18,90); }

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

border-color css

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

 span { border-color: rgb(108,18,90); }

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