Html Css Color HEX #7415D2 Purple Heart

📋 copy color: '#7415D2'

red 116 ◦ green 21 ◦ blue 210

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

Shades of Purple Heart #7415D2

Tints of Purple Heart #7415D2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.05%

 BLUE value IS 210 (82.42% from 255) = 60.52%

R = 33.43%
G = 6.05%
B = 60.52%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7415D2 (or 0x7415D2) is known color: Purple Heart. HEX triplet: 74, 15 and D2. RGB value is (116,21,210). Sum of RGB (Red+Green+Blue) = 116+21+210=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 210 (82.42% from 255 or 60.52% from 347); Max value from RGB is 210 - color contains mainly: blue. Hex color #7415D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7415D2 is #8BEA2D. Grayscale: #464646. Windows color (decimal): -9169454 or 13768052. OLE color: 13768052.

HSL color Cylindrical-coordinate representation of color #7415D2: hue angle of 270.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7415D2 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 21 210 -
CMYK 0.45 0.90 0 0.18
HSL 270.16º 0.82% 0.45% -
HSV(B) 270.16º 0.9% 0.82% -
XYZ 19.1 8.9 61.68 -
YUV 70.95 206.47 160.13 -
System Red Green Blue C M Y K H S L
Decimal 116 21 210 0.45 0.90 0 0.18 270.16 0.82 0.45
Hex 74 15 D2 2D 5A 0 12 10E 52 2D
Octal 164 25 322 55 132 0 22 416 122 55
Binary 1110100 10101 11010010 101101 1011010 0 10010 100001110 1010010 101101

Color Harmonies of #7415D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7415D2

Black with #7415D2

Text Example


Text Example

White with #7415D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7415D2; }

 p { color: rgb(116,21,210); }

 H1.HeaderClassName
 {
   color: #7415D2;
 }
 .AnyTagClassName
 {
   color: #7415D2;
 }
</style>

background-color css

<style>
 a { background-color: #7415D2; }

 a { background-color: rgb(116,21,210); }

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

border-color css

<style>
 span { border-color: #7415D2; }

 span { border-color: rgb(116,21,210); }

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