Html Css Color HEX #7439CF Purple Heart

📋 copy color: '#7439CF'

red 116 ◦ green 57 ◦ blue 207

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

Shades of Purple Heart #7439CF

Tints of Purple Heart #7439CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.47%

R = 30.53%
G = 15%
B = 54.47%

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

#7439CF (or 0x7439CF) is known color: Purple Heart. HEX triplet: 74, 39 and CF. RGB value is (116,57,207). Sum of RGB (Red+Green+Blue) = 116+57+207=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #7439CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7439CF is #8BC630. Grayscale: #5B5B5B. Windows color (decimal): -9160241 or 13580660. OLE color: 13580660.

HSL color Cylindrical-coordinate representation of color #7439CF: hue angle of 263.6º degrees, saturation: 0.61, 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 #7439CF is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 57 207 -
CMYK 0.44 0.72 0 0.19
HSL 263.6º 0.61% 0.52% -
HSV(B) 263.6º 0.72% 0.81% -
XYZ 19.93 11.14 60.13 -
YUV 91.74 193.05 145.3 -
System Red Green Blue C M Y K H S L
Decimal 116 57 207 0.44 0.72 0 0.19 263.6 0.61 0.52
Hex 74 39 CF 2C 48 0 13 108 3D 34
Octal 164 71 317 54 110 0 23 410 75 64
Binary 1110100 111001 11001111 101100 1001000 0 10011 100001000 111101 110100

Color Harmonies of #7439CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7439CF

Black with #7439CF

Text Example


Text Example

White with #7439CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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