Html Css Color HEX #651ADD Purple Heart

📋 copy color: '#651ADD'

red 101 ◦ green 26 ◦ blue 221

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

Shades of Purple Heart #651ADD

Tints of Purple Heart #651ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.47%

 BLUE value IS 221 (86.72% from 255) = 63.51%

R = 29.02%
G = 7.47%
B = 63.51%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#651ADD (or 0x651ADD) is known color: Purple Heart. HEX triplet: 65, 1A and DD. RGB value is (101,26,221). Sum of RGB (Red+Green+Blue) = 101+26+221=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #651ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651ADD is #9AE522. Grayscale: #454545. Windows color (decimal): -10151203 or 14490213. OLE color: 14490213.

HSL color Cylindrical-coordinate representation of color #651ADD: hue angle of 263.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651ADD is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 26 221 -
CMYK 0.54 0.88 0 0.13
HSL 263.08º 0.79% 0.48% -
HSV(B) 263.08º 0.88% 0.87% -
XYZ 18.79 8.73 69.1 -
YUV 70.66 212.85 149.64 -
System Red Green Blue C M Y K H S L
Decimal 101 26 221 0.54 0.88 0 0.13 263.08 0.79 0.48
Hex 65 1A DD 36 58 0 D 107 4F 30
Octal 145 32 335 66 130 0 15 407 117 60
Binary 1100101 11010 11011101 110110 1011000 0 1101 100000111 1001111 110000

Color Harmonies of #651ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651ADD

Black with #651ADD

Text Example


Text Example

White with #651ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651ADD; }

 p { color: rgb(101,26,221); }

 H1.HeaderClassName
 {
   color: #651ADD;
 }
 .AnyTagClassName
 {
   color: #651ADD;
 }
</style>

background-color css

<style>
 a { background-color: #651ADD; }

 a { background-color: rgb(101,26,221); }

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

border-color css

<style>
 span { border-color: #651ADD; }

 span { border-color: rgb(101,26,221); }

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