Html Css Color HEX #650EB9 Purple Heart

📋 copy color: '#650EB9'

red 101 ◦ green 14 ◦ blue 185

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

Shades of Purple Heart #650EB9

Tints of Purple Heart #650EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 61.67%

R = 33.67%
G = 4.67%
B = 61.67%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#650EB9 (or 0x650EB9) is known color: Purple Heart. HEX triplet: 65, 0E and B9. RGB value is (101,14,185). Sum of RGB (Red+Green+Blue) = 101+14+185=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #650EB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650EB9 is #9AF146. Grayscale: #3A3A3A. Windows color (decimal): -10154311 or 12127845. OLE color: 12127845.

HSL color Cylindrical-coordinate representation of color #650EB9: hue angle of 270.53º 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 #650EB9 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 14 185 -
CMYK 0.45 0.92 0 0.27
HSL 270.53º 0.86% 0.39% -
HSV(B) 270.53º 0.92% 0.73% -
XYZ 14.28 6.58 46.42 -
YUV 59.51 198.82 157.6 -
System Red Green Blue C M Y K H S L
Decimal 101 14 185 0.45 0.92 0 0.27 270.53 0.86 0.39
Hex 65 E B9 2D 5C 0 1B 10F 56 27
Octal 145 16 271 55 134 0 33 417 126 47
Binary 1100101 1110 10111001 101101 1011100 0 11011 100001111 1010110 100111

Color Harmonies of #650EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650EB9

Black with #650EB9

Text Example


Text Example

White with #650EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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