Html Css Color HEX #653BCA Purple Heart

📋 copy color: '#653BCA'

red 101 ◦ green 59 ◦ blue 202

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

Shades of Purple Heart #653BCA

Tints of Purple Heart #653BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

 BLUE value IS 202 (79.3% from 255) = 55.8%

R = 27.9%
G = 16.3%
B = 55.8%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#653BCA (or 0x653BCA) is known color: Purple Heart. HEX triplet: 65, 3B and CA. RGB value is (101,59,202). Sum of RGB (Red+Green+Blue) = 101+59+202=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #653BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BCA is #9AC435. Grayscale: #575757. Windows color (decimal): -10142774 or 13253477. OLE color: 13253477.

HSL color Cylindrical-coordinate representation of color #653BCA: hue angle of 257.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #653BCA is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 59 202 -
CMYK 0.50 0.71 0 0.21
HSL 257.62º 0.57% 0.51% -
HSV(B) 257.62º 0.71% 0.79% -
XYZ 17.59 10.16 56.91 -
YUV 87.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 101 59 202 0.50 0.71 0 0.21 257.62 0.57 0.51
Hex 65 3B CA 32 47 0 15 102 39 33
Octal 145 73 312 62 107 0 25 402 71 63
Binary 1100101 111011 11001010 110010 1000111 0 10101 100000010 111001 110011

Color Harmonies of #653BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653BCA

Black with #653BCA

Text Example


Text Example

White with #653BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,59,202); }

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

background-color css

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

 a { background-color: rgb(101,59,202); }

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

border-color css

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

 span { border-color: rgb(101,59,202); }

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