Html Css Color HEX #482FD4 Purple Heart

📋 copy color: '#482FD4'

red 72 ◦ green 47 ◦ blue 212

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

Shades of Purple Heart #482FD4

Tints of Purple Heart #482FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 64.05%

R = 21.75%
G = 14.2%
B = 64.05%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#482FD4 (or 0x482FD4) is known color: Purple Heart. HEX triplet: 48, 2F and D4. RGB value is (72,47,212). Sum of RGB (Red+Green+Blue) = 72+47+212=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 212 (83.20% from 255 or 64.05% from 331); Max value from RGB is 212 - color contains mainly: blue. Hex color #482FD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482FD4 is #B7D02B. Grayscale: #484848. Windows color (decimal): -12046380 or 13905736. OLE color: 13905736.

HSL color Cylindrical-coordinate representation of color #482FD4: hue angle of 249.09º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482FD4 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 47 212 -
CMYK 0.66 0.78 0 0.17
HSL 249.09º 0.66% 0.51% -
HSV(B) 249.09º 0.78% 0.83% -
XYZ 15.57 8.16 63.04 -
YUV 73.29 206.28 127.08 -
System Red Green Blue C M Y K H S L
Decimal 72 47 212 0.66 0.78 0 0.17 249.09 0.66 0.51
Hex 48 2F D4 42 4E 0 11 F9 42 33
Octal 110 57 324 102 116 0 21 371 102 63
Binary 1001000 101111 11010100 1000010 1001110 0 10001 11111001 1000010 110011

Color Harmonies of #482FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482FD4

Black with #482FD4

Text Example


Text Example

White with #482FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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