Html Css Color HEX #68025E Palatinate Purple

📋 copy color: '#68025E'

red 104 ◦ green 2 ◦ blue 94

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

Shades of Palatinate Purple #68025E

Tints of Palatinate Purple #68025E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 94 (37.11% from 255) = 47%

R = 52%
G = 1%
B = 47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68025E (or 0x68025E) is known color: Palatinate Purple. HEX triplet: 68, 02 and 5E. RGB value is (104,2,94). Sum of RGB (Red+Green+Blue) = 104+2+94=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68025E is #97FDA1. Grayscale: #2A2A2A. Windows color (decimal): -9960866 or 6161000. OLE color: 6161000.

HSL color Cylindrical-coordinate representation of color #68025E: hue angle of 305.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68025E is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 2 94 -
CMYK 0 0.98 0.10 0.59
HSL 305.88º 0.96% 0.21% -
HSV(B) 305.88º 0.98% 0.41% -
XYZ 7.75 3.79 10.91 -
YUV 42.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 104 2 94 0 0.98 0.10 0.59 305.88 0.96 0.21
Hex 68 2 5E 0 62 A 3B 132 60 15
Octal 150 2 136 0 142 12 73 462 140 25
Binary 1101000 10 1011110 0 1100010 1010 111011 100110010 1100000 10101

Color Harmonies of #68025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68025E

Black with #68025E

Text Example


Text Example

White with #68025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68025E; }

 p { color: rgb(104,2,94); }

 H1.HeaderClassName
 {
   color: #68025E;
 }
 .AnyTagClassName
 {
   color: #68025E;
 }
</style>

background-color css

<style>
 a { background-color: #68025E; }

 a { background-color: rgb(104,2,94); }

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

border-color css

<style>
 span { border-color: #68025E; }

 span { border-color: rgb(104,2,94); }

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