Html Css Color HEX #653CDA Purple Heart

📋 copy color: '#653CDA'

red 101 ◦ green 60 ◦ blue 218

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

Shades of Purple Heart #653CDA

Tints of Purple Heart #653CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.83%

 BLUE value IS 218 (85.55% from 255) = 57.52%

R = 26.65%
G = 15.83%
B = 57.52%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#653CDA (or 0x653CDA) is known color: Purple Heart. HEX triplet: 65, 3C and DA. RGB value is (101,60,218). Sum of RGB (Red+Green+Blue) = 101+60+218=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #653CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CDA is #9AC325. Grayscale: #595959. Windows color (decimal): -10142502 or 14302309. OLE color: 14302309.

HSL color Cylindrical-coordinate representation of color #653CDA: hue angle of 255.57º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653CDA is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 60 218 -
CMYK 0.54 0.72 0 0.15
HSL 255.57º 0.68% 0.55% -
HSV(B) 255.57º 0.72% 0.85% -
XYZ 19.64 11.06 67.43 -
YUV 90.27 200.08 135.65 -
System Red Green Blue C M Y K H S L
Decimal 101 60 218 0.54 0.72 0 0.15 255.57 0.68 0.55
Hex 65 3C DA 36 48 0 F 100 44 37
Octal 145 74 332 66 110 0 17 400 104 67
Binary 1100101 111100 11011010 110110 1001000 0 1111 100000000 1000100 110111

Color Harmonies of #653CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CDA

Black with #653CDA

Text Example


Text Example

White with #653CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,60,218); }

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

background-color css

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

 a { background-color: rgb(101,60,218); }

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

border-color css

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

 span { border-color: rgb(101,60,218); }

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