Html Css Color HEX #60265B Palatinate Purple

📋 copy color: '#60265B'

red 96 ◦ green 38 ◦ blue 91

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

Shades of Palatinate Purple #60265B

Tints of Palatinate Purple #60265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

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

R = 42.67%
G = 16.89%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60265B (or 0x60265B) is known color: Palatinate Purple. HEX triplet: 60, 26 and 5B. RGB value is (96,38,91). Sum of RGB (Red+Green+Blue) = 96+38+91=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60265B is #9FD9A4. Grayscale: #3D3D3D. Windows color (decimal): -10475941 or 5973600. OLE color: 5973600.

HSL color Cylindrical-coordinate representation of color #60265B: hue angle of 305.17º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60265B is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 38 91 -
CMYK 0 0.60 0.05 0.62
HSL 305.17º 0.43% 0.26% -
HSV(B) 305.17º 0.6% 0.38% -
XYZ 7.41 4.63 10.4 -
YUV 61.38 144.72 152.69 -
System Red Green Blue C M Y K H S L
Decimal 96 38 91 0 0.60 0.05 0.62 305.17 0.43 0.26
Hex 60 26 5B 0 3C 5 3E 131 2B 1A
Octal 140 46 133 0 74 5 76 461 53 32
Binary 1100000 100110 1011011 0 111100 101 111110 100110001 101011 11010

Color Harmonies of #60265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60265B

Black with #60265B

Text Example


Text Example

White with #60265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,38,91); }

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

background-color css

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

 a { background-color: rgb(96,38,91); }

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

border-color css

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

 span { border-color: rgb(96,38,91); }

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