Html Css Color HEX #4734CB Purple Heart

📋 copy color: '#4734CB'

red 71 ◦ green 52 ◦ blue 203

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

Shades of Purple Heart #4734CB

Tints of Purple Heart #4734CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.27%

R = 21.78%
G = 15.95%
B = 62.27%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4734CB (or 0x4734CB) is known color: Purple Heart. HEX triplet: 47, 34 and CB. RGB value is (71,52,203). Sum of RGB (Red+Green+Blue) = 71+52+203=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #4734CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4734CB is #B8CB34. Grayscale: #4A4A4A. Windows color (decimal): -12110645 or 13317191. OLE color: 13317191.

HSL color Cylindrical-coordinate representation of color #4734CB: hue angle of 247.55º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4734CB is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 52 203 -
CMYK 0.65 0.74 0 0.20
HSL 247.55º 0.59% 0.5% -
HSV(B) 247.55º 0.74% 0.8% -
XYZ 14.61 8.11 57.29 -
YUV 74.9 200.29 125.22 -
System Red Green Blue C M Y K H S L
Decimal 71 52 203 0.65 0.74 0 0.20 247.55 0.59 0.5
Hex 47 34 CB 41 4A 0 14 F8 3B 32
Octal 107 64 313 101 112 0 24 370 73 62
Binary 1000111 110100 11001011 1000001 1001010 0 10100 11111000 111011 110010

Color Harmonies of #4734CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4734CB

Black with #4734CB

Text Example


Text Example

White with #4734CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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