Html Css Color HEX #651BDC Purple Heart

📋 copy color: '#651BDC'

red 101 ◦ green 27 ◦ blue 220

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

Shades of Purple Heart #651BDC

Tints of Purple Heart #651BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.76%

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

R = 29.02%
G = 7.76%
B = 63.22%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#651BDC (or 0x651BDC) is known color: Purple Heart. HEX triplet: 65, 1B and DC. RGB value is (101,27,220). Sum of RGB (Red+Green+Blue) = 101+27+220=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #651BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651BDC is #9AE423. Grayscale: #464646. Windows color (decimal): -10150948 or 14424933. OLE color: 14424933.

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

Color convert

RGB 101 27 220 -
CMYK 0.54 0.88 0 0.14
HSL 263.01º 0.78% 0.48% -
HSV(B) 263.01º 0.88% 0.86% -
XYZ 18.68 8.72 68.41 -
YUV 71.13 212.02 149.31 -
System Red Green Blue C M Y K H S L
Decimal 101 27 220 0.54 0.88 0 0.14 263.01 0.78 0.48
Hex 65 1B DC 36 58 0 E 107 4E 30
Octal 145 33 334 66 130 0 16 407 116 60
Binary 1100101 11011 11011100 110110 1011000 0 1110 100000111 1001110 110000

Color Harmonies of #651BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651BDC

Black with #651BDC

Text Example


Text Example

White with #651BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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