Html Css Color HEX #652CA2 Royal Purple

📋 copy color: '#652CA2'

red 101 ◦ green 44 ◦ blue 162

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

Shades of Royal Purple #652CA2

Tints of Royal Purple #652CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.33%

 BLUE value IS 162 (63.67% from 255) = 52.77%

R = 32.9%
G = 14.33%
B = 52.77%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#652CA2 (or 0x652CA2) is known color: Royal Purple. HEX triplet: 65, 2C and A2. RGB value is (101,44,162). Sum of RGB (Red+Green+Blue) = 101+44+162=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #652CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652CA2 is #9AD35D. Grayscale: #4A4A4A. Windows color (decimal): -10146654 or 10628197. OLE color: 10628197.

HSL color Cylindrical-coordinate representation of color #652CA2: hue angle of 268.98º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #652CA2 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 44 162 -
CMYK 0.38 0.73 0 0.36
HSL 268.98º 0.57% 0.4% -
HSV(B) 268.98º 0.73% 0.64% -
XYZ 12.79 7.18 34.89 -
YUV 74.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 101 44 162 0.38 0.73 0 0.36 268.98 0.57 0.4
Hex 65 2C A2 26 49 0 24 10D 39 28
Octal 145 54 242 46 111 0 44 415 71 50
Binary 1100101 101100 10100010 100110 1001001 0 100100 100001101 111001 101000

Color Harmonies of #652CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652CA2

Black with #652CA2

Text Example


Text Example

White with #652CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652CA2; }

 p { color: rgb(101,44,162); }

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

background-color css

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

 a { background-color: rgb(101,44,162); }

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

border-color css

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

 span { border-color: rgb(101,44,162); }

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