Html Css Color HEX #650EC9 Purple Heart

📋 copy color: '#650EC9'

red 101 ◦ green 14 ◦ blue 201

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

Shades of Purple Heart #650EC9

Tints of Purple Heart #650EC9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.43%

 BLUE value IS 201 (78.91% from 255) = 63.61%

R = 31.96%
G = 4.43%
B = 63.61%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#650EC9 (or 0x650EC9) is known color: Purple Heart. HEX triplet: 65, 0E and C9. RGB value is (101,14,201). Sum of RGB (Red+Green+Blue) = 101+14+201=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #650EC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650EC9 is #9AF136. Grayscale: #3C3C3C. Windows color (decimal): -10154295 or 13176421. OLE color: 13176421.

HSL color Cylindrical-coordinate representation of color #650EC9: hue angle of 267.91º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650EC9 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 14 201 -
CMYK 0.50 0.93 0 0.21
HSL 267.91º 0.87% 0.42% -
HSV(B) 267.91º 0.93% 0.79% -
XYZ 16.07 7.3 55.82 -
YUV 61.33 206.82 156.29 -
System Red Green Blue C M Y K H S L
Decimal 101 14 201 0.50 0.93 0 0.21 267.91 0.87 0.42
Hex 65 E C9 32 5D 0 15 10C 57 2A
Octal 145 16 311 62 135 0 25 414 127 52
Binary 1100101 1110 11001001 110010 1011101 0 10101 100001100 1010111 101010

Color Harmonies of #650EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650EC9

Black with #650EC9

Text Example


Text Example

White with #650EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650EC9; }

 p { color: rgb(101,14,201); }

 H1.HeaderClassName
 {
   color: #650EC9;
 }
 .AnyTagClassName
 {
   color: #650EC9;
 }
</style>

background-color css

<style>
 a { background-color: #650EC9; }

 a { background-color: rgb(101,14,201); }

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

border-color css

<style>
 span { border-color: #650EC9; }

 span { border-color: rgb(101,14,201); }

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