Html Css Color HEX #482FD7 Purple Heart

📋 copy color: '#482FD7'

red 72 ◦ green 47 ◦ blue 215

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

Shades of Purple Heart #482FD7

Tints of Purple Heart #482FD7

RGB

 RED value IS 72 (28.52% from 255) = 21.56%

 GREEN value IS 47 (18.75% from 255) = 14.07%

 BLUE value IS 215 (84.38% from 255) = 64.37%

R = 21.56%
G = 14.07%
B = 64.37%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#482FD7 (or 0x482FD7) is known color: Purple Heart. HEX triplet: 48, 2F and D7. RGB value is (72,47,215). Sum of RGB (Red+Green+Blue) = 72+47+215=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 215 (84.38% from 255 or 64.37% from 334); Max value from RGB is 215 - color contains mainly: blue. Hex color #482FD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482FD7 is #B7D028. Grayscale: #484848. Windows color (decimal): -12046377 or 14102344. OLE color: 14102344.

HSL color Cylindrical-coordinate representation of color #482FD7: hue angle of 248.93º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482FD7 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 47 215 -
CMYK 0.67 0.78 0 0.16
HSL 248.93º 0.68% 0.51% -
HSV(B) 248.93º 0.78% 0.84% -
XYZ 15.95 8.32 65.05 -
YUV 73.63 207.78 126.84 -
System Red Green Blue C M Y K H S L
Decimal 72 47 215 0.67 0.78 0 0.16 248.93 0.68 0.51
Hex 48 2F D7 43 4E 0 10 F9 44 33
Octal 110 57 327 103 116 0 20 371 104 63
Binary 1001000 101111 11010111 1000011 1001110 0 10000 11111001 1000100 110011

Color Harmonies of #482FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482FD7

Black with #482FD7

Text Example


Text Example

White with #482FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482FD7; }

 p { color: rgb(72,47,215); }

 H1.HeaderClassName
 {
   color: #482FD7;
 }
 .AnyTagClassName
 {
   color: #482FD7;
 }
</style>

background-color css

<style>
 a { background-color: #482FD7; }

 a { background-color: rgb(72,47,215); }

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

border-color css

<style>
 span { border-color: #482FD7; }

 span { border-color: rgb(72,47,215); }

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