Html Css Color HEX #652AAA Royal Purple

📋 copy color: '#652AAA'

red 101 ◦ green 42 ◦ blue 170

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

Shades of Royal Purple #652AAA

Tints of Royal Purple #652AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.42%

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

R = 32.27%
G = 13.42%
B = 54.31%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#652AAA (or 0x652AAA) is known color: Royal Purple. HEX triplet: 65, 2A and AA. RGB value is (101,42,170). Sum of RGB (Red+Green+Blue) = 101+42+170=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #652AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652AAA is #9AD555. Grayscale: #494949. Windows color (decimal): -10147158 or 11151973. OLE color: 11151973.

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

Color convert

RGB 101 42 170 -
CMYK 0.41 0.75 0 0.33
HSL 267.66º 0.6% 0.42% -
HSV(B) 267.66º 0.75% 0.67% -
XYZ 13.45 7.32 38.74 -
YUV 74.23 182.05 147.09 -
System Red Green Blue C M Y K H S L
Decimal 101 42 170 0.41 0.75 0 0.33 267.66 0.6 0.42
Hex 65 2A AA 29 4B 0 21 10C 3C 2A
Octal 145 52 252 51 113 0 41 414 74 52
Binary 1100101 101010 10101010 101001 1001011 0 100001 100001100 111100 101010

Color Harmonies of #652AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652AAA

Black with #652AAA

Text Example


Text Example

White with #652AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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