Html Css Color HEX #7427C0 Purple Heart

📋 copy color: '#7427C0'

red 116 ◦ green 39 ◦ blue 192

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

Shades of Purple Heart #7427C0

Tints of Purple Heart #7427C0

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

 BLUE value IS 192 (75.39% from 255) = 55.33%

R = 33.43%
G = 11.24%
B = 55.33%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7427C0 (or 0x7427C0) is known color: Purple Heart. HEX triplet: 74, 27 and C0. RGB value is (116,39,192). Sum of RGB (Red+Green+Blue) = 116+39+192=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #7427C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7427C0 is #8BD83F. Grayscale: #4E4E4E. Windows color (decimal): -9164864 or 12593012. OLE color: 12593012.

HSL color Cylindrical-coordinate representation of color #7427C0: hue angle of 270.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7427C0 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 39 192 -
CMYK 0.40 0.80 0 0.25
HSL 270.2º 0.66% 0.45% -
HSV(B) 270.2º 0.8% 0.75% -
XYZ 17.44 8.97 50.68 -
YUV 79.47 191.51 154.06 -
System Red Green Blue C M Y K H S L
Decimal 116 39 192 0.40 0.80 0 0.25 270.2 0.66 0.45
Hex 74 27 C0 28 50 0 19 10E 42 2D
Octal 164 47 300 50 120 0 31 416 102 55
Binary 1110100 100111 11000000 101000 1010000 0 11001 100001110 1000010 101101

Color Harmonies of #7427C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7427C0

Black with #7427C0

Text Example


Text Example

White with #7427C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7427C0; }

 p { color: rgb(116,39,192); }

 H1.HeaderClassName
 {
   color: #7427C0;
 }
 .AnyTagClassName
 {
   color: #7427C0;
 }
</style>

background-color css

<style>
 a { background-color: #7427C0; }

 a { background-color: rgb(116,39,192); }

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

border-color css

<style>
 span { border-color: #7427C0; }

 span { border-color: rgb(116,39,192); }

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