Html Css Color HEX #652D93 Royal Purple

📋 copy color: '#652D93'

red 101 ◦ green 45 ◦ blue 147

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

Shades of Royal Purple #652D93

Tints of Royal Purple #652D93

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.36%

 BLUE value IS 147 (57.81% from 255) = 50.17%

R = 34.47%
G = 15.36%
B = 50.17%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#652D93 (or 0x652D93) is known color: Royal Purple. HEX triplet: 65, 2D and 93. RGB value is (101,45,147). Sum of RGB (Red+Green+Blue) = 101+45+147=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #652D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652D93 is #9AD26C. Grayscale: #494949. Windows color (decimal): -10146413 or 9645413. OLE color: 9645413.

HSL color Cylindrical-coordinate representation of color #652D93: hue angle of 272.94º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652D93 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 45 147 -
CMYK 0.31 0.69 0 0.42
HSL 272.94º 0.53% 0.38% -
HSV(B) 272.94º 0.69% 0.58% -
XYZ 11.57 6.75 28.3 -
YUV 73.37 169.55 147.71 -
System Red Green Blue C M Y K H S L
Decimal 101 45 147 0.31 0.69 0 0.42 272.94 0.53 0.38
Hex 65 2D 93 1F 45 0 2A 111 35 26
Octal 145 55 223 37 105 0 52 421 65 46
Binary 1100101 101101 10010011 11111 1000101 0 101010 100010001 110101 100110

Color Harmonies of #652D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652D93

Black with #652D93

Text Example


Text Example

White with #652D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,45,147); }

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

background-color css

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

 a { background-color: rgb(101,45,147); }

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

border-color css

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

 span { border-color: rgb(101,45,147); }

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