Html Css Color HEX #7437CF Purple Heart

📋 copy color: '#7437CF'

red 116 ◦ green 55 ◦ blue 207

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

Shades of Purple Heart #7437CF

Tints of Purple Heart #7437CF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.55%

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

R = 30.69%
G = 14.55%
B = 54.76%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7437CF (or 0x7437CF) is known color: Purple Heart. HEX triplet: 74, 37 and CF. RGB value is (116,55,207). Sum of RGB (Red+Green+Blue) = 116+55+207=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #7437CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7437CF is #8BC830. Grayscale: #5A5A5A. Windows color (decimal): -9160753 or 13580148. OLE color: 13580148.

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

Color convert

RGB 116 55 207 -
CMYK 0.44 0.73 0 0.19
HSL 264.08º 0.61% 0.51% -
HSV(B) 264.08º 0.73% 0.81% -
XYZ 19.83 10.95 60.1 -
YUV 90.57 193.71 146.14 -
System Red Green Blue C M Y K H S L
Decimal 116 55 207 0.44 0.73 0 0.19 264.08 0.61 0.51
Hex 74 37 CF 2C 49 0 13 108 3D 33
Octal 164 67 317 54 111 0 23 410 75 63
Binary 1110100 110111 11001111 101100 1001001 0 10011 100001000 111101 110011

Color Harmonies of #7437CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7437CF

Black with #7437CF

Text Example


Text Example

White with #7437CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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