Html Css Color HEX #68025F Palatinate Purple

📋 copy color: '#68025F'

red 104 ◦ green 2 ◦ blue 95

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

Shades of Palatinate Purple #68025F

Tints of Palatinate Purple #68025F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.26%

R = 51.74%
G = 1%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68025F (or 0x68025F) is known color: Palatinate Purple. HEX triplet: 68, 02 and 5F. RGB value is (104,2,95). Sum of RGB (Red+Green+Blue) = 104+2+95=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68025F is #97FDA0. Grayscale: #2A2A2A. Windows color (decimal): -9960865 or 6226536. OLE color: 6226536.

HSL color Cylindrical-coordinate representation of color #68025F: hue angle of 305.29º 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 #68025F is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 2 95 -
CMYK 0 0.98 0.09 0.59
HSL 305.29º 0.96% 0.21% -
HSV(B) 305.29º 0.98% 0.41% -
XYZ 7.8 3.81 11.15 -
YUV 43.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 104 2 95 0 0.98 0.09 0.59 305.29 0.96 0.21
Hex 68 2 5F 0 62 9 3B 131 60 15
Octal 150 2 137 0 142 11 73 461 140 25
Binary 1101000 10 1011111 0 1100010 1001 111011 100110001 1100000 10101

Color Harmonies of #68025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68025F

Black with #68025F

Text Example


Text Example

White with #68025F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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