Html Css Color HEX #652298 Royal Purple

📋 copy color: '#652298'

red 101 ◦ green 34 ◦ blue 152

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

Shades of Royal Purple #652298

Tints of Royal Purple #652298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

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

R = 35.19%
G = 11.85%
B = 52.96%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#652298 (or 0x652298) is known color: Royal Purple. HEX triplet: 65, 22 and 98. RGB value is (101,34,152). Sum of RGB (Red+Green+Blue) = 101+34+152=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #652298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652298 is #9ADD67. Grayscale: #434343. Windows color (decimal): -10149224 or 9970277. OLE color: 9970277.

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

Color convert

RGB 101 34 152 -
CMYK 0.34 0.78 0 0.40
HSL 274.07º 0.63% 0.36% -
HSV(B) 274.07º 0.78% 0.6% -
XYZ 11.61 6.18 30.29 -
YUV 67.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 101 34 152 0.34 0.78 0 0.40 274.07 0.63 0.36
Hex 65 22 98 22 4E 0 28 112 3F 24
Octal 145 42 230 42 116 0 50 422 77 44
Binary 1100101 100010 10011000 100010 1001110 0 101000 100010010 111111 100100

Color Harmonies of #652298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652298

Black with #652298

Text Example


Text Example

White with #652298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652298; }

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

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

background-color css

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

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

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

border-color css

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

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

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