Html Css Color HEX #650FDA Purple Heart

📋 copy color: '#650FDA'

red 101 ◦ green 15 ◦ blue 218

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

Shades of Purple Heart #650FDA

Tints of Purple Heart #650FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.27%

R = 30.24%
G = 4.49%
B = 65.27%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#650FDA (or 0x650FDA) is known color: Purple Heart. HEX triplet: 65, 0F and DA. RGB value is (101,15,218). Sum of RGB (Red+Green+Blue) = 101+15+218=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #650FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650FDA is #9AF025. Grayscale: #3F3F3F. Windows color (decimal): -10154022 or 14290789. OLE color: 14290789.

HSL color Cylindrical-coordinate representation of color #650FDA: hue angle of 265.42º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650FDA is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 15 218 -
CMYK 0.54 0.93 0 0.15
HSL 265.42º 0.87% 0.46% -
HSV(B) 265.42º 0.93% 0.85% -
XYZ 18.19 8.17 66.95 -
YUV 63.86 214.99 154.49 -
System Red Green Blue C M Y K H S L
Decimal 101 15 218 0.54 0.93 0 0.15 265.42 0.87 0.46
Hex 65 F DA 36 5D 0 F 109 57 2E
Octal 145 17 332 66 135 0 17 411 127 56
Binary 1100101 1111 11011010 110110 1011101 0 1111 100001001 1010111 101110

Color Harmonies of #650FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650FDA

Black with #650FDA

Text Example


Text Example

White with #650FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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