Html Css Color HEX #4733CC Purple Heart

📋 copy color: '#4733CC'

red 71 ◦ green 51 ◦ blue 204

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

Shades of Purple Heart #4733CC

Tints of Purple Heart #4733CC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

 BLUE value IS 204 (80.08% from 255) = 62.58%

R = 21.78%
G = 15.64%
B = 62.58%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4733CC (or 0x4733CC) is known color: Purple Heart. HEX triplet: 47, 33 and CC. RGB value is (71,51,204). Sum of RGB (Red+Green+Blue) = 71+51+204=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #4733CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4733CC is #B8CC33. Grayscale: #494949. Windows color (decimal): -12110900 or 13382471. OLE color: 13382471.

HSL color Cylindrical-coordinate representation of color #4733CC: hue angle of 247.84º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4733CC is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 51 204 -
CMYK 0.65 0.75 0 0.2
HSL 247.84º 0.6% 0.5% -
HSV(B) 247.84º 0.75% 0.8% -
XYZ 14.68 8.07 57.91 -
YUV 74.42 201.13 125.56 -
System Red Green Blue C M Y K H S L
Decimal 71 51 204 0.65 0.75 0 0.2 247.84 0.6 0.5
Hex 47 33 CC 41 4B 0 14 F8 3C 32
Octal 107 63 314 101 113 0 24 370 74 62
Binary 1000111 110011 11001100 1000001 1001011 0 10100 11111000 111100 110010

Color Harmonies of #4733CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4733CC

Black with #4733CC

Text Example


Text Example

White with #4733CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4733CC; }

 p { color: rgb(71,51,204); }

 H1.HeaderClassName
 {
   color: #4733CC;
 }
 .AnyTagClassName
 {
   color: #4733CC;
 }
</style>

background-color css

<style>
 a { background-color: #4733CC; }

 a { background-color: rgb(71,51,204); }

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

border-color css

<style>
 span { border-color: #4733CC; }

 span { border-color: rgb(71,51,204); }

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