Html Css Color HEX #652795 Royal Purple

📋 copy color: '#652795'

red 101 ◦ green 39 ◦ blue 149

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

Shades of Royal Purple #652795

Tints of Royal Purple #652795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.49%

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 34.95%
G = 13.49%
B = 51.56%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#652795 (or 0x652795) is known color: Royal Purple. HEX triplet: 65, 27 and 95. RGB value is (101,39,149). Sum of RGB (Red+Green+Blue) = 101+39+149=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #652795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652795 is #9AD86A. Grayscale: #454545. Windows color (decimal): -10147947 or 9774949. OLE color: 9774949.

HSL color Cylindrical-coordinate representation of color #652795: hue angle of 273.82º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #652795 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 39 149 -
CMYK 0.32 0.74 0 0.42
HSL 273.82º 0.59% 0.37% -
HSV(B) 273.82º 0.74% 0.58% -
XYZ 11.52 6.39 29.06 -
YUV 70.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 101 39 149 0.32 0.74 0 0.42 273.82 0.59 0.37
Hex 65 27 95 20 4A 0 2A 112 3B 25
Octal 145 47 225 40 112 0 52 422 73 45
Binary 1100101 100111 10010101 100000 1001010 0 101010 100010010 111011 100101

Color Harmonies of #652795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652795

Black with #652795

Text Example


Text Example

White with #652795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652795; }

 p { color: rgb(101,39,149); }

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

background-color css

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

 a { background-color: rgb(101,39,149); }

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

border-color css

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

 span { border-color: rgb(101,39,149); }

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