Html Css Color HEX #6030AD Purple Heart

📋 copy color: '#6030AD'

red 96 ◦ green 48 ◦ blue 173

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

Shades of Purple Heart #6030AD

Tints of Purple Heart #6030AD

RGB

 RED value IS 96 (37.89% from 255) = 30.28%

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

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

R = 30.28%
G = 15.14%
B = 54.57%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6030AD (or 0x6030AD) is known color: Purple Heart. HEX triplet: 60, 30 and AD. RGB value is (96,48,173). Sum of RGB (Red+Green+Blue) = 96+48+173=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #6030AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6030AD is #9FCF52. Grayscale: #4C4C4C. Windows color (decimal): -10473299 or 11350112. OLE color: 11350112.

HSL color Cylindrical-coordinate representation of color #6030AD: hue angle of 263.04º 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 #6030AD is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 48 173 -
CMYK 0.45 0.72 0 0.32
HSL 263.04º 0.57% 0.43% -
HSV(B) 263.04º 0.72% 0.68% -
XYZ 13.42 7.62 40.3 -
YUV 76.6 182.4 141.84 -
System Red Green Blue C M Y K H S L
Decimal 96 48 173 0.45 0.72 0 0.32 263.04 0.57 0.43
Hex 60 30 AD 2D 48 0 20 107 39 2B
Octal 140 60 255 55 110 0 40 407 71 53
Binary 1100000 110000 10101101 101101 1001000 0 100000 100000111 111001 101011

Color Harmonies of #6030AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6030AD

Black with #6030AD

Text Example


Text Example

White with #6030AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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