Html Css Color HEX #4734C6 Purple Heart

📋 copy color: '#4734C6'

red 71 ◦ green 52 ◦ blue 198

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

Shades of Purple Heart #4734C6

Tints of Purple Heart #4734C6

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

 BLUE value IS 198 (77.73% from 255) = 61.68%

R = 22.12%
G = 16.2%
B = 61.68%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4734C6 (or 0x4734C6) is known color: Purple Heart. HEX triplet: 47, 34 and C6. RGB value is (71,52,198). Sum of RGB (Red+Green+Blue) = 71+52+198=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 198 (77.73% from 255 or 61.68% from 321); Max value from RGB is 198 - color contains mainly: blue. Hex color #4734C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4734C6 is #B8CB39. Grayscale: #494949. Windows color (decimal): -12110650 or 12989511. OLE color: 12989511.

HSL color Cylindrical-coordinate representation of color #4734C6: hue angle of 247.81º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4734C6 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 52 198 -
CMYK 0.64 0.74 0 0.22
HSL 247.81º 0.58% 0.49% -
HSV(B) 247.81º 0.74% 0.78% -
XYZ 14.02 7.87 54.21 -
YUV 74.33 197.79 125.63 -
System Red Green Blue C M Y K H S L
Decimal 71 52 198 0.64 0.74 0 0.22 247.81 0.58 0.49
Hex 47 34 C6 40 4A 0 16 F8 3A 31
Octal 107 64 306 100 112 0 26 370 72 61
Binary 1000111 110100 11000110 1000000 1001010 0 10110 11111000 111010 110001

Color Harmonies of #4734C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4734C6

Black with #4734C6

Text Example


Text Example

White with #4734C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4734C6; }

 p { color: rgb(71,52,198); }

 H1.HeaderClassName
 {
   color: #4734C6;
 }
 .AnyTagClassName
 {
   color: #4734C6;
 }
</style>

background-color css

<style>
 a { background-color: #4734C6; }

 a { background-color: rgb(71,52,198); }

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

border-color css

<style>
 span { border-color: #4734C6; }

 span { border-color: rgb(71,52,198); }

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