Html Css Color HEX #631EDC Purple Heart

📋 copy color: '#631EDC'

red 99 ◦ green 30 ◦ blue 220

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

Shades of Purple Heart #631EDC

Tints of Purple Heart #631EDC

RGB

 RED value IS 99 (39.06% from 255) = 28.37%

 GREEN value IS 30 (12.11% from 255) = 8.6%

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 28.37%
G = 8.6%
B = 63.04%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#631EDC (or 0x631EDC) is known color: Purple Heart. HEX triplet: 63, 1E and DC. RGB value is (99,30,220). Sum of RGB (Red+Green+Blue) = 99+30+220=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #631EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631EDC is #9CE123. Grayscale: #474747. Windows color (decimal): -10281252 or 14425699. OLE color: 14425699.

HSL color Cylindrical-coordinate representation of color #631EDC: hue angle of 261.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631EDC is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 30 220 -
CMYK 0.55 0.86 0 0.14
HSL 261.79º 0.76% 0.49% -
HSV(B) 261.79º 0.86% 0.86% -
XYZ 18.53 8.75 68.42 -
YUV 72.29 211.36 147.05 -
System Red Green Blue C M Y K H S L
Decimal 99 30 220 0.55 0.86 0 0.14 261.79 0.76 0.49
Hex 63 1E DC 37 56 0 E 106 4C 31
Octal 143 36 334 67 126 0 16 406 114 61
Binary 1100011 11110 11011100 110111 1010110 0 1110 100000110 1001100 110001

Color Harmonies of #631EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631EDC

Black with #631EDC

Text Example


Text Example

White with #631EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631EDC; }

 p { color: rgb(99,30,220); }

 H1.HeaderClassName
 {
   color: #631EDC;
 }
 .AnyTagClassName
 {
   color: #631EDC;
 }
</style>

background-color css

<style>
 a { background-color: #631EDC; }

 a { background-color: rgb(99,30,220); }

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

border-color css

<style>
 span { border-color: #631EDC; }

 span { border-color: rgb(99,30,220); }

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