Html Css Color HEX #68075C Palatinate Purple

📋 copy color: '#68075C'

red 104 ◦ green 7 ◦ blue 92

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

Shades of Palatinate Purple #68075C

Tints of Palatinate Purple #68075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

 BLUE value IS 92 (36.33% from 255) = 45.32%

R = 51.23%
G = 3.45%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68075C (or 0x68075C) is known color: Palatinate Purple. HEX triplet: 68, 07 and 5C. RGB value is (104,7,92). Sum of RGB (Red+Green+Blue) = 104+7+92=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68075C is #97F8A3. Grayscale: #2D2D2D. Windows color (decimal): -9959588 or 6031208. OLE color: 6031208.

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

Color convert

RGB 104 7 92 -
CMYK 0 0.93 0.12 0.59
HSL 307.42º 0.87% 0.22% -
HSV(B) 307.42º 0.93% 0.41% -
XYZ 7.72 3.87 10.47 -
YUV 45.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 104 7 92 0 0.93 0.12 0.59 307.42 0.87 0.22
Hex 68 7 5C 0 5D C 3B 133 57 16
Octal 150 7 134 0 135 14 73 463 127 26
Binary 1101000 111 1011100 0 1011101 1100 111011 100110011 1010111 10110

Color Harmonies of #68075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68075C

Black with #68075C

Text Example


Text Example

White with #68075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68075C; }

 p { color: rgb(104,7,92); }

 H1.HeaderClassName
 {
   color: #68075C;
 }
 .AnyTagClassName
 {
   color: #68075C;
 }
</style>

background-color css

<style>
 a { background-color: #68075C; }

 a { background-color: rgb(104,7,92); }

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

border-color css

<style>
 span { border-color: #68075C; }

 span { border-color: rgb(104,7,92); }

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