Html Css Color HEX #68255E Palatinate Purple

📋 copy color: '#68255E'

red 104 ◦ green 37 ◦ blue 94

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

Shades of Palatinate Purple #68255E

Tints of Palatinate Purple #68255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.74%

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

R = 44.26%
G = 15.74%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68255E (or 0x68255E) is known color: Palatinate Purple. HEX triplet: 68, 25 and 5E. RGB value is (104,37,94). Sum of RGB (Red+Green+Blue) = 104+37+94=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68255E is #97DAA1. Grayscale: #3F3F3F. Windows color (decimal): -9951906 or 6169960. OLE color: 6169960.

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

Color convert

RGB 104 37 94 -
CMYK 0 0.64 0.10 0.59
HSL 308.96º 0.48% 0.28% -
HSV(B) 308.96º 0.64% 0.41% -
XYZ 8.39 5.07 11.13 -
YUV 63.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 104 37 94 0 0.64 0.10 0.59 308.96 0.48 0.28
Hex 68 25 5E 0 40 A 3B 135 30 1C
Octal 150 45 136 0 100 12 73 465 60 34
Binary 1101000 100101 1011110 0 1000000 1010 111011 100110101 110000 11100

Color Harmonies of #68255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68255E

Black with #68255E

Text Example


Text Example

White with #68255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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