Html Css Color HEX #482FBA Purple Heart

📋 copy color: '#482FBA'

red 72 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #482FBA

Tints of Purple Heart #482FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 23.61%
G = 15.41%
B = 60.98%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#482FBA (or 0x482FBA) is known color: Purple Heart. HEX triplet: 48, 2F and BA. RGB value is (72,47,186). Sum of RGB (Red+Green+Blue) = 72+47+186=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #482FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482FBA is #B7D045. Grayscale: #454545. Windows color (decimal): -12046406 or 12201800. OLE color: 12201800.

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

Color convert

RGB 72 47 186 -
CMYK 0.61 0.75 0 0.27
HSL 250.79º 0.6% 0.46% -
HSV(B) 250.79º 0.75% 0.73% -
XYZ 12.55 6.96 47.14 -
YUV 70.32 193.28 129.2 -
System Red Green Blue C M Y K H S L
Decimal 72 47 186 0.61 0.75 0 0.27 250.79 0.6 0.46
Hex 48 2F BA 3D 4B 0 1B FB 3C 2E
Octal 110 57 272 75 113 0 33 373 74 56
Binary 1001000 101111 10111010 111101 1001011 0 11011 11111011 111100 101110

Color Harmonies of #482FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482FBA

Black with #482FBA

Text Example


Text Example

White with #482FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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