Html Css Color HEX #7008AF Purple Heart

📋 copy color: '#7008AF'

red 112 ◦ green 8 ◦ blue 175

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

Shades of Purple Heart #7008AF

Tints of Purple Heart #7008AF

RGB

 RED value IS 112 (44.14% from 255) = 37.97%

 GREEN value IS 8 (3.52% from 255) = 2.71%

 BLUE value IS 175 (68.75% from 255) = 59.32%

R = 37.97%
G = 2.71%
B = 59.32%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7008AF (or 0x7008AF) is known color: Purple Heart. HEX triplet: 70, 08 and AF. RGB value is (112,8,175). Sum of RGB (Red+Green+Blue) = 112+8+175=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #7008AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7008AF is #8FF750. Grayscale: #393939. Windows color (decimal): -9434961 or 11470960. OLE color: 11470960.

HSL color Cylindrical-coordinate representation of color #7008AF: hue angle of 277.37º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7008AF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 8 175 -
CMYK 0.36 0.95 0 0.31
HSL 277.37º 0.91% 0.36% -
HSV(B) 277.37º 0.95% 0.69% -
XYZ 14.51 6.71 41.09 -
YUV 58.13 193.96 166.42 -
System Red Green Blue C M Y K H S L
Decimal 112 8 175 0.36 0.95 0 0.31 277.37 0.91 0.36
Hex 70 8 AF 24 5F 0 1F 115 5B 24
Octal 160 10 257 44 137 0 37 425 133 44
Binary 1110000 1000 10101111 100100 1011111 0 11111 100010101 1011011 100100

Color Harmonies of #7008AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7008AF

Black with #7008AF

Text Example


Text Example

White with #7008AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7008AF; }

 p { color: rgb(112,8,175); }

 H1.HeaderClassName
 {
   color: #7008AF;
 }
 .AnyTagClassName
 {
   color: #7008AF;
 }
</style>

background-color css

<style>
 a { background-color: #7008AF; }

 a { background-color: rgb(112,8,175); }

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

border-color css

<style>
 span { border-color: #7008AF; }

 span { border-color: rgb(112,8,175); }

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