Html Css Color HEX #631DDE Purple Heart

📋 copy color: '#631DDE'

red 99 ◦ green 29 ◦ blue 222

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

Shades of Purple Heart #631DDE

Tints of Purple Heart #631DDE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.29%

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

R = 28.29%
G = 8.29%
B = 63.43%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#631DDE (or 0x631DDE) is known color: Purple Heart. HEX triplet: 63, 1D and DE. RGB value is (99,29,222). Sum of RGB (Red+Green+Blue) = 99+29+222=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #631DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631DDE is #9CE221. Grayscale: #474747. Windows color (decimal): -10281506 or 14556515. OLE color: 14556515.

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

Color convert

RGB 99 29 222 -
CMYK 0.55 0.87 0 0.13
HSL 261.76º 0.77% 0.49% -
HSV(B) 261.76º 0.87% 0.87% -
XYZ 18.77 8.81 69.82 -
YUV 71.93 212.69 147.31 -
System Red Green Blue C M Y K H S L
Decimal 99 29 222 0.55 0.87 0 0.13 261.76 0.77 0.49
Hex 63 1D DE 37 57 0 D 106 4D 31
Octal 143 35 336 67 127 0 15 406 115 61
Binary 1100011 11101 11011110 110111 1010111 0 1101 100000110 1001101 110001

Color Harmonies of #631DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631DDE

Black with #631DDE

Text Example


Text Example

White with #631DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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