Html Css Color HEX #7439CE Purple Heart

📋 copy color: '#7439CE'

red 116 ◦ green 57 ◦ blue 206

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

Shades of Purple Heart #7439CE

Tints of Purple Heart #7439CE

RGB

 RED value IS 116 (45.7% from 255) = 30.61%

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

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 30.61%
G = 15.04%
B = 54.35%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7439CE (or 0x7439CE) is known color: Purple Heart. HEX triplet: 74, 39 and CE. RGB value is (116,57,206). Sum of RGB (Red+Green+Blue) = 116+57+206=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #7439CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7439CE is #8BC631. Grayscale: #5B5B5B. Windows color (decimal): -9160242 or 13515124. OLE color: 13515124.

HSL color Cylindrical-coordinate representation of color #7439CE: hue angle of 263.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7439CE is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 57 206 -
CMYK 0.44 0.72 0 0.19
HSL 263.76º 0.6% 0.52% -
HSV(B) 263.76º 0.72% 0.81% -
XYZ 19.81 11.1 59.49 -
YUV 91.63 192.55 145.38 -
System Red Green Blue C M Y K H S L
Decimal 116 57 206 0.44 0.72 0 0.19 263.76 0.6 0.52
Hex 74 39 CE 2C 48 0 13 108 3C 34
Octal 164 71 316 54 110 0 23 410 74 64
Binary 1110100 111001 11001110 101100 1001000 0 10011 100001000 111100 110100

Color Harmonies of #7439CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7439CE

Black with #7439CE

Text Example


Text Example

White with #7439CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7439CE; }

 p { color: rgb(116,57,206); }

 H1.HeaderClassName
 {
   color: #7439CE;
 }
 .AnyTagClassName
 {
   color: #7439CE;
 }
</style>

background-color css

<style>
 a { background-color: #7439CE; }

 a { background-color: rgb(116,57,206); }

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

border-color css

<style>
 span { border-color: #7439CE; }

 span { border-color: rgb(116,57,206); }

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