Html Css Color HEX #60269F Royal Purple

📋 copy color: '#60269F'

red 96 ◦ green 38 ◦ blue 159

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

Shades of Royal Purple #60269F

Tints of Royal Purple #60269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.27%

R = 32.76%
G = 12.97%
B = 54.27%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60269F (or 0x60269F) is known color: Royal Purple. HEX triplet: 60, 26 and 9F. RGB value is (96,38,159). Sum of RGB (Red+Green+Blue) = 96+38+159=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #60269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60269F is #9FD960. Grayscale: #444444. Windows color (decimal): -10475873 or 10430048. OLE color: 10430048.

HSL color Cylindrical-coordinate representation of color #60269F: hue angle of 268.76º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60269F is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 38 159 -
CMYK 0.40 0.76 0 0.38
HSL 268.76º 0.61% 0.39% -
HSV(B) 268.76º 0.76% 0.62% -
XYZ 11.77 6.38 33.41 -
YUV 69.14 178.72 147.16 -
System Red Green Blue C M Y K H S L
Decimal 96 38 159 0.40 0.76 0 0.38 268.76 0.61 0.39
Hex 60 26 9F 28 4C 0 26 10D 3D 27
Octal 140 46 237 50 114 0 46 415 75 47
Binary 1100000 100110 10011111 101000 1001100 0 100110 100001101 111101 100111

Color Harmonies of #60269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60269F

Black with #60269F

Text Example


Text Example

White with #60269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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