Html Css Color HEX #7308AF Purple Heart

📋 copy color: '#7308AF'

red 115 ◦ green 8 ◦ blue 175

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

Shades of Purple Heart #7308AF

Tints of Purple Heart #7308AF

RGB

 RED value IS 115 (45.31% from 255) = 38.59%

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

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

R = 38.59%
G = 2.68%
B = 58.72%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7308AF (or 0x7308AF) is known color: Purple Heart. HEX triplet: 73, 08 and AF. RGB value is (115,8,175). Sum of RGB (Red+Green+Blue) = 115+8+175=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #7308AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7308AF is #8CF750. Grayscale: #3A3A3A. Windows color (decimal): -9238353 or 11470963. OLE color: 11470963.

HSL color Cylindrical-coordinate representation of color #7308AF: hue angle of 278.44º 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 #7308AF is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 8 175 -
CMYK 0.34 0.95 0 0.31
HSL 278.44º 0.91% 0.36% -
HSV(B) 278.44º 0.95% 0.69% -
XYZ 14.89 6.91 41.11 -
YUV 59.03 193.45 167.92 -
System Red Green Blue C M Y K H S L
Decimal 115 8 175 0.34 0.95 0 0.31 278.44 0.91 0.36
Hex 73 8 AF 22 5F 0 1F 116 5B 24
Octal 163 10 257 42 137 0 37 426 133 44
Binary 1110011 1000 10101111 100010 1011111 0 11111 100010110 1011011 100100

Color Harmonies of #7308AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7308AF

Black with #7308AF

Text Example


Text Example

White with #7308AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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