Html Css Color HEX #4620CE Purple Heart

📋 copy color: '#4620CE'

red 70 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #4620CE

Tints of Purple Heart #4620CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

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

R = 22.73%
G = 10.39%
B = 66.88%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4620CE (or 0x4620CE) is known color: Purple Heart. HEX triplet: 46, 20 and CE. RGB value is (70,32,206). Sum of RGB (Red+Green+Blue) = 70+32+206=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #4620CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4620CE is #B9DF31. Grayscale: #3E3E3E. Windows color (decimal): -12181298 or 13508678. OLE color: 13508678.

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

Color convert

RGB 70 32 206 -
CMYK 0.66 0.84 0 0.19
HSL 253.1º 0.73% 0.47% -
HSV(B) 253.1º 0.84% 0.81% -
XYZ 14.18 6.79 58.96 -
YUV 63.2 208.59 132.85 -
System Red Green Blue C M Y K H S L
Decimal 70 32 206 0.66 0.84 0 0.19 253.1 0.73 0.47
Hex 46 20 CE 42 54 0 13 FD 49 2F
Octal 106 40 316 102 124 0 23 375 111 57
Binary 1000110 100000 11001110 1000010 1010100 0 10011 11111101 1001001 101111

Color Harmonies of #4620CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4620CE

Black with #4620CE

Text Example


Text Example

White with #4620CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,32,206); }

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

background-color css

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

 a { background-color: rgb(70,32,206); }

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

border-color css

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

 span { border-color: rgb(70,32,206); }

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