Html Css Color HEX #651FDD Purple Heart

📋 copy color: '#651FDD'

red 101 ◦ green 31 ◦ blue 221

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

Shades of Purple Heart #651FDD

Tints of Purple Heart #651FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

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

R = 28.61%
G = 8.78%
B = 62.61%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#651FDD (or 0x651FDD) is known color: Purple Heart. HEX triplet: 65, 1F and DD. RGB value is (101,31,221). Sum of RGB (Red+Green+Blue) = 101+31+221=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #651FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651FDD is #9AE022. Grayscale: #484848. Windows color (decimal): -10149923 or 14491493. OLE color: 14491493.

HSL color Cylindrical-coordinate representation of color #651FDD: hue angle of 262.11º degrees, saturation: 0.75, 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 #651FDD is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 31 221 -
CMYK 0.54 0.86 0 0.13
HSL 262.11º 0.75% 0.49% -
HSV(B) 262.11º 0.86% 0.87% -
XYZ 18.91 8.97 69.14 -
YUV 73.59 211.19 147.55 -
System Red Green Blue C M Y K H S L
Decimal 101 31 221 0.54 0.86 0 0.13 262.11 0.75 0.49
Hex 65 1F DD 36 56 0 D 106 4B 31
Octal 145 37 335 66 126 0 15 406 113 61
Binary 1100101 11111 11011101 110110 1010110 0 1101 100000110 1001011 110001

Color Harmonies of #651FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651FDD

Black with #651FDD

Text Example


Text Example

White with #651FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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