Html Css Color HEX #652FAA Royal Purple

📋 copy color: '#652FAA'

red 101 ◦ green 47 ◦ blue 170

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

Shades of Royal Purple #652FAA

Tints of Royal Purple #652FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.78%

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

R = 31.76%
G = 14.78%
B = 53.46%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#652FAA (or 0x652FAA) is known color: Royal Purple. HEX triplet: 65, 2F and AA. RGB value is (101,47,170). Sum of RGB (Red+Green+Blue) = 101+47+170=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #652FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652FAA is #9AD055. Grayscale: #4C4C4C. Windows color (decimal): -10145878 or 11153253. OLE color: 11153253.

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

Color convert

RGB 101 47 170 -
CMYK 0.41 0.72 0 0.33
HSL 266.34º 0.57% 0.43% -
HSV(B) 266.34º 0.72% 0.67% -
XYZ 13.64 7.7 38.8 -
YUV 77.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 101 47 170 0.41 0.72 0 0.33 266.34 0.57 0.43
Hex 65 2F AA 29 48 0 21 10A 39 2B
Octal 145 57 252 51 110 0 41 412 71 53
Binary 1100101 101111 10101010 101001 1001000 0 100001 100001010 111001 101011

Color Harmonies of #652FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652FAA

Black with #652FAA

Text Example


Text Example

White with #652FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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