Html Css Color HEX #482FBE Purple Heart

📋 copy color: '#482FBE'

red 72 ◦ green 47 ◦ blue 190

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

Shades of Purple Heart #482FBE

Tints of Purple Heart #482FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.49%

R = 23.3%
G = 15.21%
B = 61.49%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#482FBE (or 0x482FBE) is known color: Purple Heart. HEX triplet: 48, 2F and BE. RGB value is (72,47,190). Sum of RGB (Red+Green+Blue) = 72+47+190=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #482FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482FBE is #B7D041. Grayscale: #464646. Windows color (decimal): -12046402 or 12463944. OLE color: 12463944.

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

Color convert

RGB 72 47 190 -
CMYK 0.62 0.75 0 0.25
HSL 250.49º 0.6% 0.46% -
HSV(B) 250.49º 0.75% 0.75% -
XYZ 12.98 7.13 49.41 -
YUV 70.78 195.28 128.87 -
System Red Green Blue C M Y K H S L
Decimal 72 47 190 0.62 0.75 0 0.25 250.49 0.6 0.46
Hex 48 2F BE 3E 4B 0 19 FA 3C 2E
Octal 110 57 276 76 113 0 31 372 74 56
Binary 1001000 101111 10111110 111110 1001011 0 11001 11111010 111100 101110

Color Harmonies of #482FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482FBE

Black with #482FBE

Text Example


Text Example

White with #482FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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