Html Css Color HEX #651CAA Purple Heart

📋 copy color: '#651CAA'

red 101 ◦ green 28 ◦ blue 170

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

Shades of Purple Heart #651CAA

Tints of Purple Heart #651CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.36%

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

R = 33.78%
G = 9.36%
B = 56.86%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#651CAA (or 0x651CAA) is known color: Purple Heart. HEX triplet: 65, 1C and AA. RGB value is (101,28,170). Sum of RGB (Red+Green+Blue) = 101+28+170=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #651CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651CAA is #9AE355. Grayscale: #414141. Windows color (decimal): -10150742 or 11148389. OLE color: 11148389.

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

Color convert

RGB 101 28 170 -
CMYK 0.41 0.84 0 0.33
HSL 270.85º 0.72% 0.39% -
HSV(B) 270.85º 0.84% 0.67% -
XYZ 13.04 6.5 38.6 -
YUV 66.02 186.68 152.95 -
System Red Green Blue C M Y K H S L
Decimal 101 28 170 0.41 0.84 0 0.33 270.85 0.72 0.39
Hex 65 1C AA 29 54 0 21 10F 48 27
Octal 145 34 252 51 124 0 41 417 110 47
Binary 1100101 11100 10101010 101001 1010100 0 100001 100001111 1001000 100111

Color Harmonies of #651CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651CAA

Black with #651CAA

Text Example


Text Example

White with #651CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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