Html Css Color HEX #651DDD Purple Heart

📋 copy color: '#651DDD'

red 101 ◦ green 29 ◦ blue 221

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

Shades of Purple Heart #651DDD

Tints of Purple Heart #651DDD

RGB

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

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

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

R = 28.77%
G = 8.26%
B = 62.96%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#651DDD (or 0x651DDD) is known color: Purple Heart. HEX triplet: 65, 1D and DD. RGB value is (101,29,221). Sum of RGB (Red+Green+Blue) = 101+29+221=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #651DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651DDD is #9AE222. Grayscale: #474747. Windows color (decimal): -10150435 or 14490981. OLE color: 14490981.

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

Color convert

RGB 101 29 221 -
CMYK 0.54 0.87 0 0.13
HSL 262.5º 0.77% 0.49% -
HSV(B) 262.5º 0.87% 0.87% -
XYZ 18.86 8.87 69.12 -
YUV 72.42 211.85 148.39 -
System Red Green Blue C M Y K H S L
Decimal 101 29 221 0.54 0.87 0 0.13 262.5 0.77 0.49
Hex 65 1D DD 36 57 0 D 106 4D 31
Octal 145 35 335 66 127 0 15 406 115 61
Binary 1100101 11101 11011101 110110 1010111 0 1101 100000110 1001101 110001

Color Harmonies of #651DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651DDD

Black with #651DDD

Text Example


Text Example

White with #651DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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