Html Css Color HEX #631DAB Purple Heart

📋 copy color: '#631DAB'

red 99 ◦ green 29 ◦ blue 171

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

Shades of Purple Heart #631DAB

Tints of Purple Heart #631DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.19%

R = 33.11%
G = 9.7%
B = 57.19%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#631DAB (or 0x631DAB) is known color: Purple Heart. HEX triplet: 63, 1D and AB. RGB value is (99,29,171). Sum of RGB (Red+Green+Blue) = 99+29+171=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #631DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631DAB is #9CE254. Grayscale: #414141. Windows color (decimal): -10281557 or 11214179. OLE color: 11214179.

HSL color Cylindrical-coordinate representation of color #631DAB: hue angle of 269.58º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631DAB is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 29 171 -
CMYK 0.42 0.83 0 0.33
HSL 269.58º 0.71% 0.39% -
HSV(B) 269.58º 0.83% 0.67% -
XYZ 12.94 6.47 39.1 -
YUV 66.12 187.19 151.45 -
System Red Green Blue C M Y K H S L
Decimal 99 29 171 0.42 0.83 0 0.33 269.58 0.71 0.39
Hex 63 1D AB 2A 53 0 21 10E 47 27
Octal 143 35 253 52 123 0 41 416 107 47
Binary 1100011 11101 10101011 101010 1010011 0 100001 100001110 1000111 100111

Color Harmonies of #631DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631DAB

Black with #631DAB

Text Example


Text Example

White with #631DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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