Html Css Color HEX #68125B Palatinate Purple

📋 copy color: '#68125B'

red 104 ◦ green 18 ◦ blue 91

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

Shades of Palatinate Purple #68125B

Tints of Palatinate Purple #68125B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.72%

R = 48.83%
G = 8.45%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68125B (or 0x68125B) is known color: Palatinate Purple. HEX triplet: 68, 12 and 5B. RGB value is (104,18,91). Sum of RGB (Red+Green+Blue) = 104+18+91=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68125B is #97EDA4. Grayscale: #333333. Windows color (decimal): -9956773 or 5968488. OLE color: 5968488.

HSL color Cylindrical-coordinate representation of color #68125B: hue angle of 309.07º 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 #68125B is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 91 -
CMYK 0 0.83 0.12 0.59
HSL 309.07º 0.7% 0.24% -
HSV(B) 309.07º 0.83% 0.41% -
XYZ 7.81 4.13 10.28 -
YUV 52.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 104 18 91 0 0.83 0.12 0.59 309.07 0.7 0.24
Hex 68 12 5B 0 53 C 3B 135 46 18
Octal 150 22 133 0 123 14 73 465 106 30
Binary 1101000 10010 1011011 0 1010011 1100 111011 100110101 1000110 11000

Color Harmonies of #68125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68125B

Black with #68125B

Text Example


Text Example

White with #68125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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