Html Css Color HEX #7427D0 Purple Heart

📋 copy color: '#7427D0'

red 116 ◦ green 39 ◦ blue 208

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

Shades of Purple Heart #7427D0

Tints of Purple Heart #7427D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 57.3%

R = 31.96%
G = 10.74%
B = 57.3%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7427D0 (or 0x7427D0) is known color: Purple Heart. HEX triplet: 74, 27 and D0. RGB value is (116,39,208). Sum of RGB (Red+Green+Blue) = 116+39+208=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #7427D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7427D0 is #8BD82F. Grayscale: #505050. Windows color (decimal): -9164848 or 13641588. OLE color: 13641588.

HSL color Cylindrical-coordinate representation of color #7427D0: hue angle of 267.34º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7427D0 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 39 208 -
CMYK 0.44 0.81 0 0.18
HSL 267.34º 0.68% 0.48% -
HSV(B) 267.34º 0.81% 0.82% -
XYZ 19.31 9.72 60.53 -
YUV 81.29 199.51 152.76 -
System Red Green Blue C M Y K H S L
Decimal 116 39 208 0.44 0.81 0 0.18 267.34 0.68 0.48
Hex 74 27 D0 2C 51 0 12 10B 44 30
Octal 164 47 320 54 121 0 22 413 104 60
Binary 1110100 100111 11010000 101100 1010001 0 10010 100001011 1000100 110000

Color Harmonies of #7427D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7427D0

Black with #7427D0

Text Example


Text Example

White with #7427D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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