Html Css Color HEX #652CAA Royal Purple

📋 copy color: '#652CAA'

red 101 ◦ green 44 ◦ blue 170

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

Shades of Royal Purple #652CAA

Tints of Royal Purple #652CAA

RGB

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

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

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

R = 32.06%
G = 13.97%
B = 53.97%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#652CAA (or 0x652CAA) is known color: Royal Purple. HEX triplet: 65, 2C and AA. RGB value is (101,44,170). Sum of RGB (Red+Green+Blue) = 101+44+170=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #652CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652CAA is #9AD355. Grayscale: #4A4A4A. Windows color (decimal): -10146646 or 11152485. OLE color: 11152485.

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

Color convert

RGB 101 44 170 -
CMYK 0.41 0.74 0 0.33
HSL 267.14º 0.59% 0.42% -
HSV(B) 267.14º 0.74% 0.67% -
XYZ 13.52 7.47 38.76 -
YUV 75.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 101 44 170 0.41 0.74 0 0.33 267.14 0.59 0.42
Hex 65 2C AA 29 4A 0 21 10B 3B 2A
Octal 145 54 252 51 112 0 41 413 73 52
Binary 1100101 101100 10101010 101001 1001010 0 100001 100001011 111011 101010

Color Harmonies of #652CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652CAA

Black with #652CAA

Text Example


Text Example

White with #652CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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