Html Css Color HEX #653ACC Purple Heart

📋 copy color: '#653ACC'

red 101 ◦ green 58 ◦ blue 204

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

Shades of Purple Heart #653ACC

Tints of Purple Heart #653ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.98%

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 27.82%
G = 15.98%
B = 56.2%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#653ACC (or 0x653ACC) is known color: Purple Heart. HEX triplet: 65, 3A and CC. RGB value is (101,58,204). Sum of RGB (Red+Green+Blue) = 101+58+204=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #653ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653ACC is #9AC533. Grayscale: #565656. Windows color (decimal): -10143028 or 13384293. OLE color: 13384293.

HSL color Cylindrical-coordinate representation of color #653ACC: hue angle of 257.67º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653ACC is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 58 204 -
CMYK 0.50 0.72 0 0.2
HSL 257.67º 0.59% 0.51% -
HSV(B) 257.67º 0.72% 0.8% -
XYZ 17.78 10.15 58.15 -
YUV 87.5 193.75 137.63 -
System Red Green Blue C M Y K H S L
Decimal 101 58 204 0.50 0.72 0 0.2 257.67 0.59 0.51
Hex 65 3A CC 32 48 0 14 102 3B 33
Octal 145 72 314 62 110 0 24 402 73 63
Binary 1100101 111010 11001100 110010 1001000 0 10100 100000010 111011 110011

Color Harmonies of #653ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653ACC

Black with #653ACC

Text Example


Text Example

White with #653ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653ACC; }

 p { color: rgb(101,58,204); }

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

background-color css

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

 a { background-color: rgb(101,58,204); }

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

border-color css

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

 span { border-color: rgb(101,58,204); }

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