Html Css Color HEX #651DAE Purple Heart

📋 copy color: '#651DAE'

red 101 ◦ green 29 ◦ blue 174

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

Shades of Purple Heart #651DAE

Tints of Purple Heart #651DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.24%

R = 33.22%
G = 9.54%
B = 57.24%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#651DAE (or 0x651DAE) is known color: Purple Heart. HEX triplet: 65, 1D and AE. RGB value is (101,29,174). Sum of RGB (Red+Green+Blue) = 101+29+174=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #651DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651DAE is #9AE251. Grayscale: #424242. Windows color (decimal): -10150482 or 11410789. OLE color: 11410789.

HSL color Cylindrical-coordinate representation of color #651DAE: hue angle of 269.79º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #651DAE is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 29 174 -
CMYK 0.42 0.83 0 0.32
HSL 269.79º 0.71% 0.4% -
HSV(B) 269.79º 0.83% 0.68% -
XYZ 13.45 6.7 40.63 -
YUV 67.06 188.35 152.21 -
System Red Green Blue C M Y K H S L
Decimal 101 29 174 0.42 0.83 0 0.32 269.79 0.71 0.4
Hex 65 1D AE 2A 53 0 20 10E 47 28
Octal 145 35 256 52 123 0 40 416 107 50
Binary 1100101 11101 10101110 101010 1010011 0 100000 100001110 1000111 101000

Color Harmonies of #651DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651DAE

Black with #651DAE

Text Example


Text Example

White with #651DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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