Html Css Color HEX #68055B Palatinate Purple

📋 copy color: '#68055B'

red 104 ◦ green 5 ◦ blue 91

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

Shades of Palatinate Purple #68055B

Tints of Palatinate Purple #68055B

RGB

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

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

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

R = 52%
G = 2.5%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68055B (or 0x68055B) is known color: Palatinate Purple. HEX triplet: 68, 05 and 5B. RGB value is (104,5,91). Sum of RGB (Red+Green+Blue) = 104+5+91=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68055B is #97FAA4. Grayscale: #2C2C2C. Windows color (decimal): -9960101 or 5965160. OLE color: 5965160.

HSL color Cylindrical-coordinate representation of color #68055B: hue angle of 307.88º 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 #68055B is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 5 91 -
CMYK 0 0.95 0.12 0.59
HSL 307.88º 0.91% 0.21% -
HSV(B) 307.88º 0.95% 0.41% -
XYZ 7.65 3.81 10.23 -
YUV 44.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 104 5 91 0 0.95 0.12 0.59 307.88 0.91 0.21
Hex 68 5 5B 0 5F C 3B 134 5B 15
Octal 150 5 133 0 137 14 73 464 133 25
Binary 1101000 101 1011011 0 1011111 1100 111011 100110100 1011011 10101

Color Harmonies of #68055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68055B

Black with #68055B

Text Example


Text Example

White with #68055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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