Html Css Color HEX #631FDE Purple Heart

📋 copy color: '#631FDE'

red 99 ◦ green 31 ◦ blue 222

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

Shades of Purple Heart #631FDE

Tints of Purple Heart #631FDE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.81%

 BLUE value IS 222 (87.11% from 255) = 63.07%

R = 28.13%
G = 8.81%
B = 63.07%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#631FDE (or 0x631FDE) is known color: Purple Heart. HEX triplet: 63, 1F and DE. RGB value is (99,31,222). Sum of RGB (Red+Green+Blue) = 99+31+222=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #631FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631FDE is #9CE021. Grayscale: #484848. Windows color (decimal): -10280994 or 14557027. OLE color: 14557027.

HSL color Cylindrical-coordinate representation of color #631FDE: hue angle of 261.36º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631FDE is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 31 222 -
CMYK 0.55 0.86 0 0.13
HSL 261.36º 0.75% 0.5% -
HSV(B) 261.36º 0.86% 0.87% -
XYZ 18.82 8.91 69.83 -
YUV 73.11 212.03 146.47 -
System Red Green Blue C M Y K H S L
Decimal 99 31 222 0.55 0.86 0 0.13 261.36 0.75 0.5
Hex 63 1F DE 37 56 0 D 105 4B 32
Octal 143 37 336 67 126 0 15 405 113 62
Binary 1100011 11111 11011110 110111 1010110 0 1101 100000101 1001011 110010

Color Harmonies of #631FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631FDE

Black with #631FDE

Text Example


Text Example

White with #631FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,31,222); }

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

background-color css

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

 a { background-color: rgb(99,31,222); }

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

border-color css

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

 span { border-color: rgb(99,31,222); }

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