Html Css Color HEX #7310CC Purple Heart

📋 copy color: '#7310CC'

red 115 ◦ green 16 ◦ blue 204

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

Shades of Purple Heart #7310CC

Tints of Purple Heart #7310CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.78%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 34.33%
G = 4.78%
B = 60.9%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7310CC (or 0x7310CC) is known color: Purple Heart. HEX triplet: 73, 10 and CC. RGB value is (115,16,204). Sum of RGB (Red+Green+Blue) = 115+16+204=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #7310CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7310CC is #8CEF33. Grayscale: #424242. Windows color (decimal): -9236276 or 13373555. OLE color: 13373555.

HSL color Cylindrical-coordinate representation of color #7310CC: hue angle of 271.6º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7310CC is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 16 204 -
CMYK 0.44 0.92 0 0.2
HSL 271.6º 0.85% 0.43% -
HSV(B) 271.6º 0.92% 0.8% -
XYZ 18.15 8.38 57.79 -
YUV 67.03 205.3 162.21 -
System Red Green Blue C M Y K H S L
Decimal 115 16 204 0.44 0.92 0 0.2 271.6 0.85 0.43
Hex 73 10 CC 2C 5C 0 14 110 55 2B
Octal 163 20 314 54 134 0 24 420 125 53
Binary 1110011 10000 11001100 101100 1011100 0 10100 100010000 1010101 101011

Color Harmonies of #7310CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7310CC

Black with #7310CC

Text Example


Text Example

White with #7310CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7310CC; }

 p { color: rgb(115,16,204); }

 H1.HeaderClassName
 {
   color: #7310CC;
 }
 .AnyTagClassName
 {
   color: #7310CC;
 }
</style>

background-color css

<style>
 a { background-color: #7310CC; }

 a { background-color: rgb(115,16,204); }

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

border-color css

<style>
 span { border-color: #7310CC; }

 span { border-color: rgb(115,16,204); }

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