Html Css Color HEX #4631CE Purple Heart

📋 copy color: '#4631CE'

red 70 ◦ green 49 ◦ blue 206

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

Shades of Purple Heart #4631CE

Tints of Purple Heart #4631CE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.08%

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

R = 21.54%
G = 15.08%
B = 63.38%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4631CE (or 0x4631CE) is known color: Purple Heart. HEX triplet: 46, 31 and CE. RGB value is (70,49,206). Sum of RGB (Red+Green+Blue) = 70+49+206=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #4631CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4631CE is #B9CE31. Grayscale: #484848. Windows color (decimal): -12176946 or 13513030. OLE color: 13513030.

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

Color convert

RGB 70 49 206 -
CMYK 0.66 0.76 0 0.19
HSL 248.03º 0.62% 0.5% -
HSV(B) 248.03º 0.76% 0.81% -
XYZ 14.76 7.95 59.15 -
YUV 73.18 202.96 125.73 -
System Red Green Blue C M Y K H S L
Decimal 70 49 206 0.66 0.76 0 0.19 248.03 0.62 0.5
Hex 46 31 CE 42 4C 0 13 F8 3E 32
Octal 106 61 316 102 114 0 23 370 76 62
Binary 1000110 110001 11001110 1000010 1001100 0 10011 11111000 111110 110010

Color Harmonies of #4631CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4631CE

Black with #4631CE

Text Example


Text Example

White with #4631CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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