Html Css Color HEX #650FBA Purple Heart

📋 copy color: '#650FBA'

red 101 ◦ green 15 ◦ blue 186

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

Shades of Purple Heart #650FBA

Tints of Purple Heart #650FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.97%

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

R = 33.44%
G = 4.97%
B = 61.59%

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

#650FBA (or 0x650FBA) is known color: Purple Heart. HEX triplet: 65, 0F and BA. RGB value is (101,15,186). Sum of RGB (Red+Green+Blue) = 101+15+186=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #650FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650FBA is #9AF045. Grayscale: #3B3B3B. Windows color (decimal): -10154054 or 12193637. OLE color: 12193637.

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

Color convert

RGB 101 15 186 -
CMYK 0.46 0.92 0 0.27
HSL 270.18º 0.85% 0.39% -
HSV(B) 270.18º 0.92% 0.73% -
XYZ 14.4 6.65 46.98 -
YUV 60.21 198.99 157.1 -
System Red Green Blue C M Y K H S L
Decimal 101 15 186 0.46 0.92 0 0.27 270.18 0.85 0.39
Hex 65 F BA 2E 5C 0 1B 10E 55 27
Octal 145 17 272 56 134 0 33 416 125 47
Binary 1100101 1111 10111010 101110 1011100 0 11011 100001110 1010101 100111

Color Harmonies of #650FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650FBA

Black with #650FBA

Text Example


Text Example

White with #650FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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