Html Css Color HEX #651DDC Purple Heart

📋 copy color: '#651DDC'

red 101 ◦ green 29 ◦ blue 220

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

Shades of Purple Heart #651DDC

Tints of Purple Heart #651DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.29%

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 28.86%
G = 8.29%
B = 62.86%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#651DDC (or 0x651DDC) is known color: Purple Heart. HEX triplet: 65, 1D and DC. RGB value is (101,29,220). Sum of RGB (Red+Green+Blue) = 101+29+220=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #651DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651DDC is #9AE223. Grayscale: #474747. Windows color (decimal): -10150436 or 14425445. OLE color: 14425445.

HSL color Cylindrical-coordinate representation of color #651DDC: hue angle of 262.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651DDC is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 29 220 -
CMYK 0.54 0.87 0 0.14
HSL 262.62º 0.77% 0.49% -
HSV(B) 262.62º 0.87% 0.86% -
XYZ 18.72 8.81 68.42 -
YUV 72.3 211.35 148.47 -
System Red Green Blue C M Y K H S L
Decimal 101 29 220 0.54 0.87 0 0.14 262.62 0.77 0.49
Hex 65 1D DC 36 57 0 E 107 4D 31
Octal 145 35 334 66 127 0 16 407 115 61
Binary 1100101 11101 11011100 110110 1010111 0 1110 100000111 1001101 110001

Color Harmonies of #651DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651DDC

Black with #651DDC

Text Example


Text Example

White with #651DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,29,220); }

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

background-color css

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

 a { background-color: rgb(101,29,220); }

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

border-color css

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

 span { border-color: rgb(101,29,220); }

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