Html Css Color HEX #652AA4 Royal Purple

📋 copy color: '#652AA4'

red 101 ◦ green 42 ◦ blue 164

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

Shades of Royal Purple #652AA4

Tints of Royal Purple #652AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 53.42%

R = 32.9%
G = 13.68%
B = 53.42%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#652AA4 (or 0x652AA4) is known color: Royal Purple. HEX triplet: 65, 2A and A4. RGB value is (101,42,164). Sum of RGB (Red+Green+Blue) = 101+42+164=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #652AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652AA4 is #9AD55B. Grayscale: #494949. Windows color (decimal): -10147164 or 10758757. OLE color: 10758757.

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

Color convert

RGB 101 42 164 -
CMYK 0.38 0.74 0 0.36
HSL 269.02º 0.59% 0.4% -
HSV(B) 269.02º 0.74% 0.64% -
XYZ 12.9 7.1 35.81 -
YUV 73.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 101 42 164 0.38 0.74 0 0.36 269.02 0.59 0.4
Hex 65 2A A4 26 4A 0 24 10D 3B 28
Octal 145 52 244 46 112 0 44 415 73 50
Binary 1100101 101010 10100100 100110 1001010 0 100100 100001101 111011 101000

Color Harmonies of #652AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652AA4

Black with #652AA4

Text Example


Text Example

White with #652AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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