Html Css Color HEX #650FBC Purple Heart

📋 copy color: '#650FBC'

red 101 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #650FBC

Tints of Purple Heart #650FBC

RGB

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

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

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

R = 33.22%
G = 4.93%
B = 61.84%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#650FBC (or 0x650FBC) is known color: Purple Heart. HEX triplet: 65, 0F and BC. RGB value is (101,15,188). Sum of RGB (Red+Green+Blue) = 101+15+188=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #650FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650FBC is #9AF043. Grayscale: #3B3B3B. Windows color (decimal): -10154052 or 12324709. OLE color: 12324709.

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

Color convert

RGB 101 15 188 -
CMYK 0.46 0.92 0 0.26
HSL 269.83º 0.85% 0.4% -
HSV(B) 269.83º 0.92% 0.74% -
XYZ 14.61 6.74 48.11 -
YUV 60.44 199.99 156.93 -
System Red Green Blue C M Y K H S L
Decimal 101 15 188 0.46 0.92 0 0.26 269.83 0.85 0.4
Hex 65 F BC 2E 5C 0 1A 10E 55 28
Octal 145 17 274 56 134 0 32 416 125 50
Binary 1100101 1111 10111100 101110 1011100 0 11010 100001110 1010101 101000

Color Harmonies of #650FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650FBC

Black with #650FBC

Text Example


Text Example

White with #650FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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