Html Css Color HEX #60269B Royal Purple

📋 copy color: '#60269B'

red 96 ◦ green 38 ◦ blue 155

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

Shades of Royal Purple #60269B

Tints of Royal Purple #60269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.63%

R = 33.22%
G = 13.15%
B = 53.63%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60269B (or 0x60269B) is known color: Royal Purple. HEX triplet: 60, 26 and 9B. RGB value is (96,38,155). Sum of RGB (Red+Green+Blue) = 96+38+155=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #60269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60269B is #9FD964. Grayscale: #444444. Windows color (decimal): -10475877 or 10167904. OLE color: 10167904.

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

Color convert

RGB 96 38 155 -
CMYK 0.38 0.75 0 0.39
HSL 269.74º 0.61% 0.38% -
HSV(B) 269.74º 0.75% 0.61% -
XYZ 11.43 6.24 31.61 -
YUV 68.68 176.72 147.49 -
System Red Green Blue C M Y K H S L
Decimal 96 38 155 0.38 0.75 0 0.39 269.74 0.61 0.38
Hex 60 26 9B 26 4B 0 27 10E 3D 26
Octal 140 46 233 46 113 0 47 416 75 46
Binary 1100000 100110 10011011 100110 1001011 0 100111 100001110 111101 100110

Color Harmonies of #60269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60269B

Black with #60269B

Text Example


Text Example

White with #60269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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