Html Css Color HEX #652596 Royal Purple

📋 copy color: '#652596'

red 101 ◦ green 37 ◦ blue 150

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

Shades of Royal Purple #652596

Tints of Royal Purple #652596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 35.07%
G = 12.85%
B = 52.08%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#652596 (or 0x652596) is known color: Royal Purple. HEX triplet: 65, 25 and 96. RGB value is (101,37,150). Sum of RGB (Red+Green+Blue) = 101+37+150=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #652596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652596 is #9ADA69. Grayscale: #444444. Windows color (decimal): -10148458 or 9839973. OLE color: 9839973.

HSL color Cylindrical-coordinate representation of color #652596: hue angle of 273.98º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652596 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 37 150 -
CMYK 0.33 0.75 0 0.41
HSL 273.98º 0.6% 0.37% -
HSV(B) 273.98º 0.75% 0.59% -
XYZ 11.53 6.29 29.46 -
YUV 69.02 173.7 150.81 -
System Red Green Blue C M Y K H S L
Decimal 101 37 150 0.33 0.75 0 0.41 273.98 0.6 0.37
Hex 65 25 96 21 4B 0 29 112 3C 25
Octal 145 45 226 41 113 0 51 422 74 45
Binary 1100101 100101 10010110 100001 1001011 0 101001 100010010 111100 100101

Color Harmonies of #652596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652596

Black with #652596

Text Example


Text Example

White with #652596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652596; }

 p { color: rgb(101,37,150); }

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

background-color css

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

 a { background-color: rgb(101,37,150); }

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

border-color css

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

 span { border-color: rgb(101,37,150); }

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