Html Css Color HEX #651EDE Purple Heart

📋 copy color: '#651EDE'

red 101 ◦ green 30 ◦ blue 222

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

Shades of Purple Heart #651EDE

Tints of Purple Heart #651EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.5%

 BLUE value IS 222 (87.11% from 255) = 62.89%

R = 28.61%
G = 8.5%
B = 62.89%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#651EDE (or 0x651EDE) is known color: Purple Heart. HEX triplet: 65, 1E and DE. RGB value is (101,30,222). Sum of RGB (Red+Green+Blue) = 101+30+222=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #651EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651EDE is #9AE121. Grayscale: #484848. Windows color (decimal): -10150178 or 14556773. OLE color: 14556773.

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

Color convert

RGB 101 30 222 -
CMYK 0.55 0.86 0 0.13
HSL 262.19º 0.76% 0.49% -
HSV(B) 262.19º 0.86% 0.87% -
XYZ 19.02 8.97 69.84 -
YUV 73.12 212.02 147.89 -
System Red Green Blue C M Y K H S L
Decimal 101 30 222 0.55 0.86 0 0.13 262.19 0.76 0.49
Hex 65 1E DE 37 56 0 D 106 4C 31
Octal 145 36 336 67 126 0 15 406 114 61
Binary 1100101 11110 11011110 110111 1010110 0 1101 100000110 1001100 110001

Color Harmonies of #651EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651EDE

Black with #651EDE

Text Example


Text Example

White with #651EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,30,222); }

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

background-color css

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

 a { background-color: rgb(101,30,222); }

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

border-color css

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

 span { border-color: rgb(101,30,222); }

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