Html Css Color HEX #472FBE Purple Heart

📋 copy color: '#472FBE'

red 71 ◦ green 47 ◦ blue 190

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

Shades of Purple Heart #472FBE

Tints of Purple Heart #472FBE

RGB

 RED value IS 71 (28.13% from 255) = 23.05%

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

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

R = 23.05%
G = 15.26%
B = 61.69%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#472FBE (or 0x472FBE) is known color: Purple Heart. HEX triplet: 47, 2F and BE. RGB value is (71,47,190). Sum of RGB (Red+Green+Blue) = 71+47+190=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #472FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472FBE is #B8D041. Grayscale: #454545. Windows color (decimal): -12111938 or 12463943. OLE color: 12463943.

HSL color Cylindrical-coordinate representation of color #472FBE: hue angle of 250.07º 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 #472FBE is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 47 190 -
CMYK 0.63 0.75 0 0.25
HSL 250.07º 0.6% 0.46% -
HSV(B) 250.07º 0.75% 0.75% -
XYZ 12.91 7.09 49.4 -
YUV 70.48 195.45 128.37 -
System Red Green Blue C M Y K H S L
Decimal 71 47 190 0.63 0.75 0 0.25 250.07 0.6 0.46
Hex 47 2F BE 3F 4B 0 19 FA 3C 2E
Octal 107 57 276 77 113 0 31 372 74 56
Binary 1000111 101111 10111110 111111 1001011 0 11001 11111010 111100 101110

Color Harmonies of #472FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FBE

Black with #472FBE

Text Example


Text Example

White with #472FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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