Html Css Color HEX #60265F Palatinate Purple

📋 copy color: '#60265F'

red 96 ◦ green 38 ◦ blue 95

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

Shades of Palatinate Purple #60265F

Tints of Palatinate Purple #60265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.48%

R = 41.92%
G = 16.59%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60265F (or 0x60265F) is known color: Palatinate Purple. HEX triplet: 60, 26 and 5F. RGB value is (96,38,95). Sum of RGB (Red+Green+Blue) = 96+38+95=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #60265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60265F is #9FD9A0. Grayscale: #3D3D3D. Windows color (decimal): -10475937 or 6235744. OLE color: 6235744.

HSL color Cylindrical-coordinate representation of color #60265F: hue angle of 301.03º 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 #60265F is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 38 95 -
CMYK 0 0.60 0.01 0.62
HSL 301.03º 0.43% 0.26% -
HSV(B) 301.03º 0.6% 0.38% -
XYZ 7.58 4.7 11.33 -
YUV 61.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 96 38 95 0 0.60 0.01 0.62 301.03 0.43 0.26
Hex 60 26 5F 0 3C 1 3E 12D 2B 1A
Octal 140 46 137 0 74 1 76 455 53 32
Binary 1100000 100110 1011111 0 111100 1 111110 100101101 101011 11010

Color Harmonies of #60265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60265F

Black with #60265F

Text Example


Text Example

White with #60265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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