Html Css Color HEX #68055A Palatinate Purple

📋 copy color: '#68055A'

red 104 ◦ green 5 ◦ blue 90

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

Shades of Palatinate Purple #68055A

Tints of Palatinate Purple #68055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.51%

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

R = 52.26%
G = 2.51%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68055A (or 0x68055A) is known color: Palatinate Purple. HEX triplet: 68, 05 and 5A. RGB value is (104,5,90). Sum of RGB (Red+Green+Blue) = 104+5+90=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68055A is #97FAA5. Grayscale: #2C2C2C. Windows color (decimal): -9960102 or 5899624. OLE color: 5899624.

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

Color convert

RGB 104 5 90 -
CMYK 0 0.95 0.13 0.59
HSL 308.48º 0.91% 0.21% -
HSV(B) 308.48º 0.95% 0.41% -
XYZ 7.61 3.79 10 -
YUV 44.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 104 5 90 0 0.95 0.13 0.59 308.48 0.91 0.21
Hex 68 5 5A 0 5F D 3B 134 5B 15
Octal 150 5 132 0 137 15 73 464 133 25
Binary 1101000 101 1011010 0 1011111 1101 111011 100110100 1011011 10101

Color Harmonies of #68055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68055A

Black with #68055A

Text Example


Text Example

White with #68055A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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