Html Css Color HEX #4631CD Purple Heart

📋 copy color: '#4631CD'

red 70 ◦ green 49 ◦ blue 205

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

Shades of Purple Heart #4631CD

Tints of Purple Heart #4631CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.27%

R = 21.6%
G = 15.12%
B = 63.27%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4631CD (or 0x4631CD) is known color: Purple Heart. HEX triplet: 46, 31 and CD. RGB value is (70,49,205). Sum of RGB (Red+Green+Blue) = 70+49+205=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #4631CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4631CD is #B9CE32. Grayscale: #484848. Windows color (decimal): -12176947 or 13447494. OLE color: 13447494.

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

Color convert

RGB 70 49 205 -
CMYK 0.66 0.76 0 0.20
HSL 248.08º 0.61% 0.5% -
HSV(B) 248.08º 0.76% 0.8% -
XYZ 14.64 7.91 58.51 -
YUV 73.06 202.46 125.82 -
System Red Green Blue C M Y K H S L
Decimal 70 49 205 0.66 0.76 0 0.20 248.08 0.61 0.5
Hex 46 31 CD 42 4C 0 14 F8 3D 32
Octal 106 61 315 102 114 0 24 370 75 62
Binary 1000110 110001 11001101 1000010 1001100 0 10100 11111000 111101 110010

Color Harmonies of #4631CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4631CD

Black with #4631CD

Text Example


Text Example

White with #4631CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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