Html Css Color HEX #652EAA Royal Purple

📋 copy color: '#652EAA'

red 101 ◦ green 46 ◦ blue 170

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

Shades of Royal Purple #652EAA

Tints of Royal Purple #652EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.51%

 BLUE value IS 170 (66.8% from 255) = 53.63%

R = 31.86%
G = 14.51%
B = 53.63%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#652EAA (or 0x652EAA) is known color: Royal Purple. HEX triplet: 65, 2E and AA. RGB value is (101,46,170). Sum of RGB (Red+Green+Blue) = 101+46+170=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #652EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652EAA is #9AD155. Grayscale: #4C4C4C. Windows color (decimal): -10146134 or 11152997. OLE color: 11152997.

HSL color Cylindrical-coordinate representation of color #652EAA: hue angle of 266.61º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #652EAA is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 46 170 -
CMYK 0.41 0.73 0 0.33
HSL 266.61º 0.57% 0.42% -
HSV(B) 266.61º 0.73% 0.67% -
XYZ 13.6 7.62 38.78 -
YUV 76.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 101 46 170 0.41 0.73 0 0.33 266.61 0.57 0.42
Hex 65 2E AA 29 49 0 21 10B 39 2A
Octal 145 56 252 51 111 0 41 413 71 52
Binary 1100101 101110 10101010 101001 1001001 0 100001 100001011 111001 101010

Color Harmonies of #652EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652EAA

Black with #652EAA

Text Example


Text Example

White with #652EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,46,170); }

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

background-color css

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

 a { background-color: rgb(101,46,170); }

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

border-color css

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

 span { border-color: rgb(101,46,170); }

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