Html Css Color HEX #6130AD Purple Heart

📋 copy color: '#6130AD'

red 97 ◦ green 48 ◦ blue 173

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

Shades of Purple Heart #6130AD

Tints of Purple Heart #6130AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.4%

R = 30.5%
G = 15.09%
B = 54.4%

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

#6130AD (or 0x6130AD) is known color: Purple Heart. HEX triplet: 61, 30 and AD. RGB value is (97,48,173). Sum of RGB (Red+Green+Blue) = 97+48+173=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #6130AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6130AD is #9ECF52. Grayscale: #4C4C4C. Windows color (decimal): -10407763 or 11350113. OLE color: 11350113.

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

Color convert

RGB 97 48 173 -
CMYK 0.44 0.72 0 0.32
HSL 263.52º 0.57% 0.43% -
HSV(B) 263.52º 0.72% 0.68% -
XYZ 13.53 7.67 40.3 -
YUV 76.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 97 48 173 0.44 0.72 0 0.32 263.52 0.57 0.43
Hex 61 30 AD 2C 48 0 20 108 39 2B
Octal 141 60 255 54 110 0 40 410 71 53
Binary 1100001 110000 10101101 101100 1001000 0 100000 100001000 111001 101011

Color Harmonies of #6130AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130AD

Black with #6130AD

Text Example


Text Example

White with #6130AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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