Html Css Color HEX #600F68 Palatinate Purple

📋 copy color: '#600F68'

red 96 ◦ green 15 ◦ blue 104

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

Shades of Palatinate Purple #600F68

Tints of Palatinate Purple #600F68

RGB

 RED value IS 96 (37.89% from 255) = 44.65%

 GREEN value IS 15 (6.25% from 255) = 6.98%

 BLUE value IS 104 (41.02% from 255) = 48.37%

R = 44.65%
G = 6.98%
B = 48.37%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#600F68 (or 0x600F68) is known color: Palatinate Purple. HEX triplet: 60, 0F and 68. RGB value is (96,15,104). Sum of RGB (Red+Green+Blue) = 96+15+104=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #600F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F68 is #9FF097. Grayscale: #313131. Windows color (decimal): -10481816 or 6819680. OLE color: 6819680.

HSL color Cylindrical-coordinate representation of color #600F68: hue angle of 294.61º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #600F68 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 15 104 -
CMYK 0.08 0.86 0 0.59
HSL 294.61º 0.75% 0.23% -
HSV(B) 294.61º 0.86% 0.41% -
XYZ 7.49 3.83 13.44 -
YUV 49.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 96 15 104 0.08 0.86 0 0.59 294.61 0.75 0.23
Hex 60 F 68 8 56 0 3B 127 4B 17
Octal 140 17 150 10 126 0 73 447 113 27
Binary 1100000 1111 1101000 1000 1010110 0 111011 100100111 1001011 10111

Color Harmonies of #600F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F68

Black with #600F68

Text Example


Text Example

White with #600F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600F68; }

 p { color: rgb(96,15,104); }

 H1.HeaderClassName
 {
   color: #600F68;
 }
 .AnyTagClassName
 {
   color: #600F68;
 }
</style>

background-color css

<style>
 a { background-color: #600F68; }

 a { background-color: rgb(96,15,104); }

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

border-color css

<style>
 span { border-color: #600F68; }

 span { border-color: rgb(96,15,104); }

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