Html Css Color HEX #651DB1 Purple Heart

📋 copy color: '#651DB1'

red 101 ◦ green 29 ◦ blue 177

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

Shades of Purple Heart #651DB1

Tints of Purple Heart #651DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 57.65%

R = 32.9%
G = 9.45%
B = 57.65%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#651DB1 (or 0x651DB1) is known color: Purple Heart. HEX triplet: 65, 1D and B1. RGB value is (101,29,177). Sum of RGB (Red+Green+Blue) = 101+29+177=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 177 (69.53% from 255 or 57.65% from 307); Max value from RGB is 177 - color contains mainly: blue. Hex color #651DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651DB1 is #9AE24E. Grayscale: #424242. Windows color (decimal): -10150479 or 11607397. OLE color: 11607397.

HSL color Cylindrical-coordinate representation of color #651DB1: hue angle of 269.19º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651DB1 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 29 177 -
CMYK 0.43 0.84 0 0.31
HSL 269.19º 0.72% 0.4% -
HSV(B) 269.19º 0.84% 0.69% -
XYZ 13.74 6.82 42.19 -
YUV 67.4 189.85 151.97 -
System Red Green Blue C M Y K H S L
Decimal 101 29 177 0.43 0.84 0 0.31 269.19 0.72 0.4
Hex 65 1D B1 2B 54 0 1F 10D 48 28
Octal 145 35 261 53 124 0 37 415 110 50
Binary 1100101 11101 10110001 101011 1010100 0 11111 100001101 1001000 101000

Color Harmonies of #651DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651DB1

Black with #651DB1

Text Example


Text Example

White with #651DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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