Html Css Color HEX #60269C Royal Purple

📋 copy color: '#60269C'

red 96 ◦ green 38 ◦ blue 156

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

Shades of Royal Purple #60269C

Tints of Royal Purple #60269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.79%

R = 33.1%
G = 13.1%
B = 53.79%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60269C (or 0x60269C) is known color: Royal Purple. HEX triplet: 60, 26 and 9C. RGB value is (96,38,156). Sum of RGB (Red+Green+Blue) = 96+38+156=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #60269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60269C is #9FD963. Grayscale: #444444. Windows color (decimal): -10475876 or 10233440. OLE color: 10233440.

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

Color convert

RGB 96 38 156 -
CMYK 0.38 0.76 0 0.39
HSL 269.49º 0.61% 0.38% -
HSV(B) 269.49º 0.76% 0.61% -
XYZ 11.52 6.27 32.06 -
YUV 68.79 177.22 147.41 -
System Red Green Blue C M Y K H S L
Decimal 96 38 156 0.38 0.76 0 0.39 269.49 0.61 0.38
Hex 60 26 9C 26 4C 0 27 10D 3D 26
Octal 140 46 234 46 114 0 47 415 75 46
Binary 1100000 100110 10011100 100110 1001100 0 100111 100001101 111101 100110

Color Harmonies of #60269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60269C

Black with #60269C

Text Example


Text Example

White with #60269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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