Html Css Color HEX #600F5A Palatinate Purple

📋 copy color: '#600F5A'

red 96 ◦ green 15 ◦ blue 90

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

Shades of Palatinate Purple #600F5A

Tints of Palatinate Purple #600F5A

RGB

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

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

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

R = 47.76%
G = 7.46%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#600F5A (or 0x600F5A) is known color: Palatinate Purple. HEX triplet: 60, 0F and 5A. RGB value is (96,15,90). Sum of RGB (Red+Green+Blue) = 96+15+90=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #600F5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F5A is #9FF0A5. Grayscale: #2F2F2F. Windows color (decimal): -10481830 or 5902176. OLE color: 5902176.

HSL color Cylindrical-coordinate representation of color #600F5A: hue angle of 304.44º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F5A is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 15 90 -
CMYK 0 0.84 0.06 0.62
HSL 304.44º 0.73% 0.22% -
HSV(B) 304.44º 0.84% 0.38% -
XYZ 6.84 3.57 10 -
YUV 47.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 96 15 90 0 0.84 0.06 0.62 304.44 0.73 0.22
Hex 60 F 5A 0 54 6 3E 130 49 16
Octal 140 17 132 0 124 6 76 460 111 26
Binary 1100000 1111 1011010 0 1010100 110 111110 100110000 1001001 10110

Color Harmonies of #600F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F5A

Black with #600F5A

Text Example


Text Example

White with #600F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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