Html Css Color HEX #631DBF Purple Heart

📋 copy color: '#631DBF'

red 99 ◦ green 29 ◦ blue 191

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

Shades of Purple Heart #631DBF

Tints of Purple Heart #631DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.87%

R = 31.03%
G = 9.09%
B = 59.87%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#631DBF (or 0x631DBF) is known color: Purple Heart. HEX triplet: 63, 1D and BF. RGB value is (99,29,191). Sum of RGB (Red+Green+Blue) = 99+29+191=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #631DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631DBF is #9CE240. Grayscale: #434343. Windows color (decimal): -10281537 or 12524899. OLE color: 12524899.

HSL color Cylindrical-coordinate representation of color #631DBF: hue angle of 265.93º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631DBF is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 29 191 -
CMYK 0.48 0.85 0 0.25
HSL 265.93º 0.74% 0.43% -
HSV(B) 265.93º 0.85% 0.75% -
XYZ 14.99 7.29 49.91 -
YUV 68.4 197.19 149.83 -
System Red Green Blue C M Y K H S L
Decimal 99 29 191 0.48 0.85 0 0.25 265.93 0.74 0.43
Hex 63 1D BF 30 55 0 19 10A 4A 2B
Octal 143 35 277 60 125 0 31 412 112 53
Binary 1100011 11101 10111111 110000 1010101 0 11001 100001010 1001010 101011

Color Harmonies of #631DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631DBF

Black with #631DBF

Text Example


Text Example

White with #631DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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