Html Css Color HEX #4616CC Purple Heart

📋 copy color: '#4616CC'

red 70 ◦ green 22 ◦ blue 204

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

Shades of Purple Heart #4616CC

Tints of Purple Heart #4616CC

RGB

 RED value IS 70 (27.73% from 255) = 23.65%

 GREEN value IS 22 (8.98% from 255) = 7.43%

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

R = 23.65%
G = 7.43%
B = 68.92%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4616CC (or 0x4616CC) is known color: Purple Heart. HEX triplet: 46, 16 and CC. RGB value is (70,22,204). Sum of RGB (Red+Green+Blue) = 70+22+204=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #4616CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4616CC is #B9E933. Grayscale: #383838. Windows color (decimal): -12183860 or 13375046. OLE color: 13375046.

HSL color Cylindrical-coordinate representation of color #4616CC: hue angle of 255.82º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4616CC is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 22 204 -
CMYK 0.66 0.89 0 0.2
HSL 255.82º 0.81% 0.44% -
HSV(B) 255.82º 0.89% 0.8% -
XYZ 13.71 6.24 57.61 -
YUV 57.1 210.9 137.2 -
System Red Green Blue C M Y K H S L
Decimal 70 22 204 0.66 0.89 0 0.2 255.82 0.81 0.44
Hex 46 16 CC 42 59 0 14 100 51 2C
Octal 106 26 314 102 131 0 24 400 121 54
Binary 1000110 10110 11001100 1000010 1011001 0 10100 100000000 1010001 101100

Color Harmonies of #4616CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4616CC

Black with #4616CC

Text Example


Text Example

White with #4616CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,22,204); }

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

background-color css

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

 a { background-color: rgb(70,22,204); }

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

border-color css

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

 span { border-color: rgb(70,22,204); }

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