Html Css Color HEX #652B9A Royal Purple

📋 copy color: '#652B9A'

red 101 ◦ green 43 ◦ blue 154

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

Shades of Royal Purple #652B9A

Tints of Royal Purple #652B9A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 33.89%
G = 14.43%
B = 51.68%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#652B9A (or 0x652B9A) is known color: Royal Purple. HEX triplet: 65, 2B and 9A. RGB value is (101,43,154). Sum of RGB (Red+Green+Blue) = 101+43+154=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #652B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652B9A is #9AD465. Grayscale: #484848. Windows color (decimal): -10146918 or 10103653. OLE color: 10103653.

HSL color Cylindrical-coordinate representation of color #652B9A: hue angle of 271.35º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #652B9A is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 43 154 -
CMYK 0.34 0.72 0 0.40
HSL 271.35º 0.56% 0.39% -
HSV(B) 271.35º 0.72% 0.6% -
XYZ 12.06 6.83 31.25 -
YUV 73 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 101 43 154 0.34 0.72 0 0.40 271.35 0.56 0.39
Hex 65 2B 9A 22 48 0 28 10F 38 27
Octal 145 53 232 42 110 0 50 417 70 47
Binary 1100101 101011 10011010 100010 1001000 0 101000 100001111 111000 100111

Color Harmonies of #652B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652B9A

Black with #652B9A

Text Example


Text Example

White with #652B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,43,154); }

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

background-color css

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

 a { background-color: rgb(101,43,154); }

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

border-color css

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

 span { border-color: rgb(101,43,154); }

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