Html Css Color HEX #68045B Palatinate Purple

📋 copy color: '#68045B'

red 104 ◦ green 4 ◦ blue 91

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

Shades of Palatinate Purple #68045B

Tints of Palatinate Purple #68045B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

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

R = 52.26%
G = 2.01%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68045B (or 0x68045B) is known color: Palatinate Purple. HEX triplet: 68, 04 and 5B. RGB value is (104,4,91). Sum of RGB (Red+Green+Blue) = 104+4+91=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68045B is #97FBA4. Grayscale: #2B2B2B. Windows color (decimal): -9960357 or 5964904. OLE color: 5964904.

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

Color convert

RGB 104 4 91 -
CMYK 0 0.96 0.12 0.59
HSL 307.8º 0.93% 0.21% -
HSV(B) 307.8º 0.96% 0.41% -
XYZ 7.64 3.79 10.23 -
YUV 43.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 104 4 91 0 0.96 0.12 0.59 307.8 0.93 0.21
Hex 68 4 5B 0 60 C 3B 134 5D 15
Octal 150 4 133 0 140 14 73 464 135 25
Binary 1101000 100 1011011 0 1100000 1100 111011 100110100 1011101 10101

Color Harmonies of #68045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68045B

Black with #68045B

Text Example


Text Example

White with #68045B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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