Html Css Color HEX #6007AD Purple Heart

📋 copy color: '#6007AD'

red 96 ◦ green 7 ◦ blue 173

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

Shades of Purple Heart #6007AD

Tints of Purple Heart #6007AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

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

R = 34.78%
G = 2.54%
B = 62.68%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6007AD (or 0x6007AD) is known color: Purple Heart. HEX triplet: 60, 07 and AD. RGB value is (96,7,173). Sum of RGB (Red+Green+Blue) = 96+7+173=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #6007AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6007AD is #9FF852. Grayscale: #333333. Windows color (decimal): -10483795 or 11339616. OLE color: 11339616.

HSL color Cylindrical-coordinate representation of color #6007AD: hue angle of 272.17º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6007AD is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 7 173 -
CMYK 0.45 0.96 0 0.32
HSL 272.17º 0.92% 0.35% -
HSV(B) 272.17º 0.96% 0.68% -
XYZ 12.44 5.66 39.97 -
YUV 52.54 195.99 159 -
System Red Green Blue C M Y K H S L
Decimal 96 7 173 0.45 0.96 0 0.32 272.17 0.92 0.35
Hex 60 7 AD 2D 60 0 20 110 5C 23
Octal 140 7 255 55 140 0 40 420 134 43
Binary 1100000 111 10101101 101101 1100000 0 100000 100010000 1011100 100011

Color Harmonies of #6007AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6007AD

Black with #6007AD

Text Example


Text Example

White with #6007AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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