Html Css Color HEX #472CBC Purple Heart

📋 copy color: '#472CBC'

red 71 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #472CBC

Tints of Purple Heart #472CBC

RGB

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

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

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

R = 23.43%
G = 14.52%
B = 62.05%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#472CBC (or 0x472CBC) is known color: Purple Heart. HEX triplet: 47, 2C and BC. RGB value is (71,44,188). Sum of RGB (Red+Green+Blue) = 71+44+188=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #472CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472CBC is #B8D343. Grayscale: #434343. Windows color (decimal): -12112708 or 12332103. OLE color: 12332103.

HSL color Cylindrical-coordinate representation of color #472CBC: hue angle of 251.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472CBC is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 44 188 -
CMYK 0.62 0.77 0 0.26
HSL 251.25º 0.62% 0.45% -
HSV(B) 251.25º 0.77% 0.74% -
XYZ 12.58 6.77 48.22 -
YUV 68.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 71 44 188 0.62 0.77 0 0.26 251.25 0.62 0.45
Hex 47 2C BC 3E 4D 0 1A FB 3E 2D
Octal 107 54 274 76 115 0 32 373 76 55
Binary 1000111 101100 10111100 111110 1001101 0 11010 11111011 111110 101101

Color Harmonies of #472CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472CBC

Black with #472CBC

Text Example


Text Example

White with #472CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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