Html Css Color HEX #482FBC Purple Heart

📋 copy color: '#482FBC'

red 72 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #482FBC

Tints of Purple Heart #482FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.24%

R = 23.45%
G = 15.31%
B = 61.24%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#482FBC (or 0x482FBC) is known color: Purple Heart. HEX triplet: 48, 2F and BC. RGB value is (72,47,188). Sum of RGB (Red+Green+Blue) = 72+47+188=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #482FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482FBC is #B7D043. Grayscale: #464646. Windows color (decimal): -12046404 or 12332872. OLE color: 12332872.

HSL color Cylindrical-coordinate representation of color #482FBC: hue angle of 250.64º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482FBC is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 47 188 -
CMYK 0.62 0.75 0 0.26
HSL 250.64º 0.6% 0.46% -
HSV(B) 250.64º 0.75% 0.74% -
XYZ 12.77 7.04 48.26 -
YUV 70.55 194.28 129.04 -
System Red Green Blue C M Y K H S L
Decimal 72 47 188 0.62 0.75 0 0.26 250.64 0.6 0.46
Hex 48 2F BC 3E 4B 0 1A FB 3C 2E
Octal 110 57 274 76 113 0 32 373 74 56
Binary 1001000 101111 10111100 111110 1001011 0 11010 11111011 111100 101110

Color Harmonies of #482FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482FBC

Black with #482FBC

Text Example


Text Example

White with #482FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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