Html Css Color HEX #650EBA Purple Heart

📋 copy color: '#650EBA'

red 101 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #650EBA

Tints of Purple Heart #650EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.79%

R = 33.55%
G = 4.65%
B = 61.79%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#650EBA (or 0x650EBA) is known color: Purple Heart. HEX triplet: 65, 0E and BA. RGB value is (101,14,186). Sum of RGB (Red+Green+Blue) = 101+14+186=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #650EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650EBA is #9AF145. Grayscale: #3B3B3B. Windows color (decimal): -10154310 or 12193381. OLE color: 12193381.

HSL color Cylindrical-coordinate representation of color #650EBA: hue angle of 270.35º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650EBA is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 14 186 -
CMYK 0.46 0.92 0 0.27
HSL 270.35º 0.86% 0.39% -
HSV(B) 270.35º 0.92% 0.73% -
XYZ 14.39 6.63 46.98 -
YUV 59.62 199.32 157.51 -
System Red Green Blue C M Y K H S L
Decimal 101 14 186 0.46 0.92 0 0.27 270.35 0.86 0.39
Hex 65 E BA 2E 5C 0 1B 10E 56 27
Octal 145 16 272 56 134 0 33 416 126 47
Binary 1100101 1110 10111010 101110 1011100 0 11011 100001110 1010110 100111

Color Harmonies of #650EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650EBA

Black with #650EBA

Text Example


Text Example

White with #650EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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