Html Css Color HEX #651DAA Purple Heart

📋 copy color: '#651DAA'

red 101 ◦ green 29 ◦ blue 170

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

Shades of Purple Heart #651DAA

Tints of Purple Heart #651DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 33.67%
G = 9.67%
B = 56.67%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#651DAA (or 0x651DAA) is known color: Purple Heart. HEX triplet: 65, 1D and AA. RGB value is (101,29,170). Sum of RGB (Red+Green+Blue) = 101+29+170=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #651DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651DAA is #9AE255. Grayscale: #424242. Windows color (decimal): -10150486 or 11148645. OLE color: 11148645.

HSL color Cylindrical-coordinate representation of color #651DAA: hue angle of 270.64º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #651DAA is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 29 170 -
CMYK 0.41 0.83 0 0.33
HSL 270.64º 0.71% 0.39% -
HSV(B) 270.64º 0.83% 0.67% -
XYZ 13.06 6.55 38.61 -
YUV 66.6 186.35 152.54 -
System Red Green Blue C M Y K H S L
Decimal 101 29 170 0.41 0.83 0 0.33 270.64 0.71 0.39
Hex 65 1D AA 29 53 0 21 10F 47 27
Octal 145 35 252 51 123 0 41 417 107 47
Binary 1100101 11101 10101010 101001 1010011 0 100001 100001111 1000111 100111

Color Harmonies of #651DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651DAA

Black with #651DAA

Text Example


Text Example

White with #651DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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