Html Css Color HEX #650EBC Purple Heart

📋 copy color: '#650EBC'

red 101 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #650EBC

Tints of Purple Heart #650EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.05%

R = 33.33%
G = 4.62%
B = 62.05%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#650EBC (or 0x650EBC) is known color: Purple Heart. HEX triplet: 65, 0E and BC. RGB value is (101,14,188). Sum of RGB (Red+Green+Blue) = 101+14+188=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #650EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650EBC is #9AF143. Grayscale: #3B3B3B. Windows color (decimal): -10154308 or 12324453. OLE color: 12324453.

HSL color Cylindrical-coordinate representation of color #650EBC: hue angle of 270º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650EBC is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 14 188 -
CMYK 0.46 0.93 0 0.26
HSL 270º 0.86% 0.4% -
HSV(B) 270º 0.93% 0.74% -
XYZ 14.6 6.71 48.1 -
YUV 59.85 200.32 157.35 -
System Red Green Blue C M Y K H S L
Decimal 101 14 188 0.46 0.93 0 0.26 270 0.86 0.4
Hex 65 E BC 2E 5D 0 1A 10E 56 28
Octal 145 16 274 56 135 0 32 416 126 50
Binary 1100101 1110 10111100 101110 1011101 0 11010 100001110 1010110 101000

Color Harmonies of #650EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650EBC

Black with #650EBC

Text Example


Text Example

White with #650EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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