Html Css Color HEX #4734CE Purple Heart

📋 copy color: '#4734CE'

red 71 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #4734CE

Tints of Purple Heart #4734CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 21.58%
G = 15.81%
B = 62.61%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4734CE (or 0x4734CE) is known color: Purple Heart. HEX triplet: 47, 34 and CE. RGB value is (71,52,206). Sum of RGB (Red+Green+Blue) = 71+52+206=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #4734CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4734CE is #B8CB31. Grayscale: #4A4A4A. Windows color (decimal): -12110642 or 13513799. OLE color: 13513799.

HSL color Cylindrical-coordinate representation of color #4734CE: hue angle of 247.4º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4734CE is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 52 206 -
CMYK 0.66 0.75 0 0.19
HSL 247.4º 0.61% 0.51% -
HSV(B) 247.4º 0.75% 0.81% -
XYZ 14.97 8.25 59.2 -
YUV 75.24 201.79 124.98 -
System Red Green Blue C M Y K H S L
Decimal 71 52 206 0.66 0.75 0 0.19 247.4 0.61 0.51
Hex 47 34 CE 42 4B 0 13 F7 3D 33
Octal 107 64 316 102 113 0 23 367 75 63
Binary 1000111 110100 11001110 1000010 1001011 0 10011 11110111 111101 110011

Color Harmonies of #4734CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4734CE

Black with #4734CE

Text Example


Text Example

White with #4734CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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