Html Css Color HEX #600B65 Palatinate Purple

📋 copy color: '#600B65'

red 96 ◦ green 11 ◦ blue 101

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

Shades of Palatinate Purple #600B65

Tints of Palatinate Purple #600B65

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.29%

 BLUE value IS 101 (39.84% from 255) = 48.56%

R = 46.15%
G = 5.29%
B = 48.56%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#600B65 (or 0x600B65) is known color: Palatinate Purple. HEX triplet: 60, 0B and 65. RGB value is (96,11,101). Sum of RGB (Red+Green+Blue) = 96+11+101=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #600B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B65 is #9FF49A. Grayscale: #2E2E2E. Windows color (decimal): -10482843 or 6622048. OLE color: 6622048.

HSL color Cylindrical-coordinate representation of color #600B65: hue angle of 296.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600B65 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 11 101 -
CMYK 0.05 0.89 0 0.60
HSL 296.67º 0.8% 0.22% -
HSV(B) 296.67º 0.89% 0.4% -
XYZ 7.29 3.67 12.64 -
YUV 46.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 96 11 101 0.05 0.89 0 0.60 296.67 0.8 0.22
Hex 60 B 65 5 59 0 3C 129 50 16
Octal 140 13 145 5 131 0 74 451 120 26
Binary 1100000 1011 1100101 101 1011001 0 111100 100101001 1010000 10110

Color Harmonies of #600B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B65

Black with #600B65

Text Example


Text Example

White with #600B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,11,101); }

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

background-color css

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

 a { background-color: rgb(96,11,101); }

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

border-color css

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

 span { border-color: rgb(96,11,101); }

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