Html Css Color HEX #653298 Royal Purple

📋 copy color: '#653298'

red 101 ◦ green 50 ◦ blue 152

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

Shades of Royal Purple #653298

Tints of Royal Purple #653298

RGB

 RED value IS 101 (39.84% from 255) = 33.33%

 GREEN value IS 50 (19.92% from 255) = 16.5%

 BLUE value IS 152 (59.77% from 255) = 50.17%

R = 33.33%
G = 16.5%
B = 50.17%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#653298 (or 0x653298) is known color: Royal Purple. HEX triplet: 65, 32 and 98. RGB value is (101,50,152). Sum of RGB (Red+Green+Blue) = 101+50+152=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #653298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653298 is #9ACD67. Grayscale: #4C4C4C. Windows color (decimal): -10145128 or 9974373. OLE color: 9974373.

HSL color Cylindrical-coordinate representation of color #653298: hue angle of 270º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653298 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 50 152 -
CMYK 0.34 0.67 0 0.40
HSL 270º 0.5% 0.4% -
HSV(B) 270º 0.67% 0.6% -
XYZ 12.17 7.31 30.48 -
YUV 76.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 101 50 152 0.34 0.67 0 0.40 270 0.5 0.4
Hex 65 32 98 22 43 0 28 10E 32 28
Octal 145 62 230 42 103 0 50 416 62 50
Binary 1100101 110010 10011000 100010 1000011 0 101000 100001110 110010 101000

Color Harmonies of #653298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653298

Black with #653298

Text Example


Text Example

White with #653298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653298; }

 p { color: rgb(101,50,152); }

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

background-color css

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

 a { background-color: rgb(101,50,152); }

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

border-color css

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

 span { border-color: rgb(101,50,152); }

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