Html Css Color HEX #653FCE Purple Heart

📋 copy color: '#653FCE'

red 101 ◦ green 63 ◦ blue 206

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

Shades of Purple Heart #653FCE

Tints of Purple Heart #653FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 17.03%

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 27.3%
G = 17.03%
B = 55.68%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#653FCE (or 0x653FCE) is known color: Purple Heart. HEX triplet: 65, 3F and CE. RGB value is (101,63,206). Sum of RGB (Red+Green+Blue) = 101+63+206=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #653FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653FCE is #9AC031. Grayscale: #5A5A5A. Windows color (decimal): -10141746 or 13516645. OLE color: 13516645.

HSL color Cylindrical-coordinate representation of color #653FCE: hue angle of 255.94º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #653FCE is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 63 206 -
CMYK 0.51 0.69 0 0.19
HSL 255.94º 0.59% 0.53% -
HSV(B) 255.94º 0.69% 0.81% -
XYZ 18.28 10.78 59.51 -
YUV 90.66 193.09 135.37 -
System Red Green Blue C M Y K H S L
Decimal 101 63 206 0.51 0.69 0 0.19 255.94 0.59 0.53
Hex 65 3F CE 33 45 0 13 100 3B 35
Octal 145 77 316 63 105 0 23 400 73 65
Binary 1100101 111111 11001110 110011 1000101 0 10011 100000000 111011 110101

Color Harmonies of #653FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653FCE

Black with #653FCE

Text Example


Text Example

White with #653FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,63,206); }

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

background-color css

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

 a { background-color: rgb(101,63,206); }

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

border-color css

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

 span { border-color: rgb(101,63,206); }

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