Html Css Color HEX #653DCE Purple Heart

📋 copy color: '#653DCE'

red 101 ◦ green 61 ◦ blue 206

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

Shades of Purple Heart #653DCE

Tints of Purple Heart #653DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.58%

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

R = 27.45%
G = 16.58%
B = 55.98%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#653DCE (or 0x653DCE) is known color: Purple Heart. HEX triplet: 65, 3D and CE. RGB value is (101,61,206). Sum of RGB (Red+Green+Blue) = 101+61+206=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #653DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DCE is #9AC231. Grayscale: #585858. Windows color (decimal): -10142258 or 13516133. OLE color: 13516133.

HSL color Cylindrical-coordinate representation of color #653DCE: hue angle of 256.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #653DCE is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 61 206 -
CMYK 0.51 0.70 0 0.19
HSL 256.55º 0.6% 0.52% -
HSV(B) 256.55º 0.7% 0.81% -
XYZ 18.18 10.56 59.47 -
YUV 89.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 101 61 206 0.51 0.70 0 0.19 256.55 0.6 0.52
Hex 65 3D CE 33 46 0 13 101 3C 34
Octal 145 75 316 63 106 0 23 401 74 64
Binary 1100101 111101 11001110 110011 1000110 0 10011 100000001 111100 110100

Color Harmonies of #653DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653DCE

Black with #653DCE

Text Example


Text Example

White with #653DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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