Html Css Color HEX #650EC7 Purple Heart

📋 copy color: '#650EC7'

red 101 ◦ green 14 ◦ blue 199

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

Shades of Purple Heart #650EC7

Tints of Purple Heart #650EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 63.38%

R = 32.17%
G = 4.46%
B = 63.38%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#650EC7 (or 0x650EC7) is known color: Purple Heart. HEX triplet: 65, 0E and C7. RGB value is (101,14,199). Sum of RGB (Red+Green+Blue) = 101+14+199=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 199 (78.12% from 255 or 63.38% from 314); Max value from RGB is 199 - color contains mainly: blue. Hex color #650EC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650EC7 is #9AF138. Grayscale: #3C3C3C. Windows color (decimal): -10154297 or 13045349. OLE color: 13045349.

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

Color convert

RGB 101 14 199 -
CMYK 0.49 0.93 0 0.22
HSL 268.22º 0.87% 0.42% -
HSV(B) 268.22º 0.93% 0.78% -
XYZ 15.83 7.2 54.59 -
YUV 61.1 205.82 156.46 -
System Red Green Blue C M Y K H S L
Decimal 101 14 199 0.49 0.93 0 0.22 268.22 0.87 0.42
Hex 65 E C7 31 5D 0 16 10C 57 2A
Octal 145 16 307 61 135 0 26 414 127 52
Binary 1100101 1110 11000111 110001 1011101 0 10110 100001100 1010111 101010

Color Harmonies of #650EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650EC7

Black with #650EC7

Text Example


Text Example

White with #650EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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