Html Css Color HEX #650ABF Purple Heart

📋 copy color: '#650ABF'

red 101 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #650ABF

Tints of Purple Heart #650ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

 BLUE value IS 191 (75% from 255) = 63.25%

R = 33.44%
G = 3.31%
B = 63.25%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#650ABF (or 0x650ABF) is known color: Purple Heart. HEX triplet: 65, 0A and BF. RGB value is (101,10,191). Sum of RGB (Red+Green+Blue) = 101+10+191=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #650ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650ABF is #9AF540. Grayscale: #393939. Windows color (decimal): -10155329 or 12520037. OLE color: 12520037.

HSL color Cylindrical-coordinate representation of color #650ABF: hue angle of 270.17º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650ABF is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 10 191 -
CMYK 0.47 0.95 0 0.25
HSL 270.17º 0.9% 0.39% -
HSV(B) 270.17º 0.95% 0.75% -
XYZ 14.88 6.75 49.81 -
YUV 57.84 203.15 158.78 -
System Red Green Blue C M Y K H S L
Decimal 101 10 191 0.47 0.95 0 0.25 270.17 0.9 0.39
Hex 65 A BF 2F 5F 0 19 10E 5A 27
Octal 145 12 277 57 137 0 31 416 132 47
Binary 1100101 1010 10111111 101111 1011111 0 11001 100001110 1011010 100111

Color Harmonies of #650ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650ABF

Black with #650ABF

Text Example


Text Example

White with #650ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,10,191); }

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

background-color css

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

 a { background-color: rgb(101,10,191); }

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

border-color css

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

 span { border-color: rgb(101,10,191); }

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