Html Css Color HEX #6130AE Purple Heart

📋 copy color: '#6130AE'

red 97 ◦ green 48 ◦ blue 174

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

Shades of Purple Heart #6130AE

Tints of Purple Heart #6130AE

RGB

 RED value IS 97 (38.28% from 255) = 30.41%

 GREEN value IS 48 (19.14% from 255) = 15.05%

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

R = 30.41%
G = 15.05%
B = 54.55%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6130AE (or 0x6130AE) is known color: Purple Heart. HEX triplet: 61, 30 and AE. RGB value is (97,48,174). Sum of RGB (Red+Green+Blue) = 97+48+174=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #6130AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6130AE is #9ECF51. Grayscale: #4C4C4C. Windows color (decimal): -10407762 or 11415649. OLE color: 11415649.

HSL color Cylindrical-coordinate representation of color #6130AE: hue angle of 263.33º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6130AE is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 48 174 -
CMYK 0.44 0.72 0 0.32
HSL 263.33º 0.57% 0.44% -
HSV(B) 263.33º 0.72% 0.68% -
XYZ 13.63 7.71 40.81 -
YUV 77.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 97 48 174 0.44 0.72 0 0.32 263.33 0.57 0.44
Hex 61 30 AE 2C 48 0 20 107 39 2C
Octal 141 60 256 54 110 0 40 407 71 54
Binary 1100001 110000 10101110 101100 1001000 0 100000 100000111 111001 101100

Color Harmonies of #6130AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130AE

Black with #6130AE

Text Example


Text Example

White with #6130AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6130AE; }

 p { color: rgb(97,48,174); }

 H1.HeaderClassName
 {
   color: #6130AE;
 }
 .AnyTagClassName
 {
   color: #6130AE;
 }
</style>

background-color css

<style>
 a { background-color: #6130AE; }

 a { background-color: rgb(97,48,174); }

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

border-color css

<style>
 span { border-color: #6130AE; }

 span { border-color: rgb(97,48,174); }

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