Html Css Color HEX #472CBE Purple Heart

📋 copy color: '#472CBE'

red 71 ◦ green 44 ◦ blue 190

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

Shades of Purple Heart #472CBE

Tints of Purple Heart #472CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.43%

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

R = 23.28%
G = 14.43%
B = 62.3%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#472CBE (or 0x472CBE) is known color: Purple Heart. HEX triplet: 47, 2C and BE. RGB value is (71,44,190). Sum of RGB (Red+Green+Blue) = 71+44+190=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #472CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472CBE is #B8D341. Grayscale: #444444. Windows color (decimal): -12112706 or 12463175. OLE color: 12463175.

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

Color convert

RGB 71 44 190 -
CMYK 0.63 0.77 0 0.25
HSL 251.1º 0.62% 0.46% -
HSV(B) 251.1º 0.77% 0.75% -
XYZ 12.79 6.86 49.36 -
YUV 68.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 71 44 190 0.63 0.77 0 0.25 251.1 0.62 0.46
Hex 47 2C BE 3F 4D 0 19 FB 3E 2E
Octal 107 54 276 77 115 0 31 373 76 56
Binary 1000111 101100 10111110 111111 1001101 0 11001 11111011 111110 101110

Color Harmonies of #472CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472CBE

Black with #472CBE

Text Example


Text Example

White with #472CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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