Html Css Color HEX #68125A Palatinate Purple

📋 copy color: '#68125A'

red 104 ◦ green 18 ◦ blue 90

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

Shades of Palatinate Purple #68125A

Tints of Palatinate Purple #68125A

RGB

 RED value IS 104 (41.02% from 255) = 49.06%

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

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

R = 49.06%
G = 8.49%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68125A (or 0x68125A) is known color: Palatinate Purple. HEX triplet: 68, 12 and 5A. RGB value is (104,18,90). Sum of RGB (Red+Green+Blue) = 104+18+90=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #68125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68125A is #97EDA5. Grayscale: #333333. Windows color (decimal): -9956774 or 5902952. OLE color: 5902952.

HSL color Cylindrical-coordinate representation of color #68125A: hue angle of 309.77º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68125A is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 90 -
CMYK 0 0.83 0.13 0.59
HSL 309.77º 0.7% 0.24% -
HSV(B) 309.77º 0.83% 0.41% -
XYZ 7.77 4.11 10.06 -
YUV 51.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 104 18 90 0 0.83 0.13 0.59 309.77 0.7 0.24
Hex 68 12 5A 0 53 D 3B 136 46 18
Octal 150 22 132 0 123 15 73 466 106 30
Binary 1101000 10010 1011010 0 1010011 1101 111011 100110110 1000110 11000

Color Harmonies of #68125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68125A

Black with #68125A

Text Example


Text Example

White with #68125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68125A; }

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

 H1.HeaderClassName
 {
   color: #68125A;
 }
 .AnyTagClassName
 {
   color: #68125A;
 }
</style>

background-color css

<style>
 a { background-color: #68125A; }

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

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

border-color css

<style>
 span { border-color: #68125A; }

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

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