Html Css Color HEX #7339CB Purple Heart

📋 copy color: '#7339CB'

red 115 ◦ green 57 ◦ blue 203

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

Shades of Purple Heart #7339CB

Tints of Purple Heart #7339CB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.2%

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 30.67%
G = 15.2%
B = 54.13%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7339CB (or 0x7339CB) is known color: Purple Heart. HEX triplet: 73, 39 and CB. RGB value is (115,57,203). Sum of RGB (Red+Green+Blue) = 115+57+203=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #7339CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7339CB is #8CC634. Grayscale: #5A5A5A. Windows color (decimal): -9225781 or 13318515. OLE color: 13318515.

HSL color Cylindrical-coordinate representation of color #7339CB: hue angle of 263.84º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7339CB is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 57 203 -
CMYK 0.43 0.72 0 0.20
HSL 263.84º 0.58% 0.51% -
HSV(B) 263.84º 0.72% 0.8% -
XYZ 19.31 10.88 57.58 -
YUV 90.99 191.22 145.13 -
System Red Green Blue C M Y K H S L
Decimal 115 57 203 0.43 0.72 0 0.20 263.84 0.58 0.51
Hex 73 39 CB 2B 48 0 14 108 3A 33
Octal 163 71 313 53 110 0 24 410 72 63
Binary 1110011 111001 11001011 101011 1001000 0 10100 100001000 111010 110011

Color Harmonies of #7339CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7339CB

Black with #7339CB

Text Example


Text Example

White with #7339CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7339CB; }

 p { color: rgb(115,57,203); }

 H1.HeaderClassName
 {
   color: #7339CB;
 }
 .AnyTagClassName
 {
   color: #7339CB;
 }
</style>

background-color css

<style>
 a { background-color: #7339CB; }

 a { background-color: rgb(115,57,203); }

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

border-color css

<style>
 span { border-color: #7339CB; }

 span { border-color: rgb(115,57,203); }

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