Html Css Color HEX #7442CF Purple Heart

📋 copy color: '#7442CF'

red 116 ◦ green 66 ◦ blue 207

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

Shades of Purple Heart #7442CF

Tints of Purple Heart #7442CF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.97%

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

R = 29.82%
G = 16.97%
B = 53.21%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7442CF (or 0x7442CF) is known color: Purple Heart. HEX triplet: 74, 42 and CF. RGB value is (116,66,207). Sum of RGB (Red+Green+Blue) = 116+66+207=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #7442CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7442CF is #8BBD30. Grayscale: #606060. Windows color (decimal): -9157937 or 13582964. OLE color: 13582964.

HSL color Cylindrical-coordinate representation of color #7442CF: hue angle of 261.28º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7442CF is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 66 207 -
CMYK 0.44 0.68 0 0.19
HSL 261.28º 0.59% 0.54% -
HSV(B) 261.28º 0.68% 0.81% -
XYZ 20.41 12.11 60.29 -
YUV 97.02 190.07 141.54 -
System Red Green Blue C M Y K H S L
Decimal 116 66 207 0.44 0.68 0 0.19 261.28 0.59 0.54
Hex 74 42 CF 2C 44 0 13 105 3B 36
Octal 164 102 317 54 104 0 23 405 73 66
Binary 1110100 1000010 11001111 101100 1000100 0 10011 100000101 111011 110110

Color Harmonies of #7442CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7442CF

Black with #7442CF

Text Example


Text Example

White with #7442CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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