Html Css Color HEX #653CCE Purple Heart

📋 copy color: '#653CCE'

red 101 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #653CCE

Tints of Purple Heart #653CCE

RGB

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

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

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

R = 27.52%
G = 16.35%
B = 56.13%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#653CCE (or 0x653CCE) is known color: Purple Heart. HEX triplet: 65, 3C and CE. RGB value is (101,60,206). Sum of RGB (Red+Green+Blue) = 101+60+206=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #653CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CCE is #9AC331. Grayscale: #585858. Windows color (decimal): -10142514 or 13515877. OLE color: 13515877.

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

Color convert

RGB 101 60 206 -
CMYK 0.51 0.71 0 0.19
HSL 256.85º 0.6% 0.52% -
HSV(B) 256.85º 0.71% 0.81% -
XYZ 18.12 10.45 59.46 -
YUV 88.9 194.08 136.63 -
System Red Green Blue C M Y K H S L
Decimal 101 60 206 0.51 0.71 0 0.19 256.85 0.6 0.52
Hex 65 3C CE 33 47 0 13 101 3C 34
Octal 145 74 316 63 107 0 23 401 74 64
Binary 1100101 111100 11001110 110011 1000111 0 10011 100000001 111100 110100

Color Harmonies of #653CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CCE

Black with #653CCE

Text Example


Text Example

White with #653CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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