Html Css Color HEX #631BAB Purple Heart

📋 copy color: '#631BAB'

red 99 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #631BAB

Tints of Purple Heart #631BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.09%

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

R = 33.33%
G = 9.09%
B = 57.58%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#631BAB (or 0x631BAB) is known color: Purple Heart. HEX triplet: 63, 1B and AB. RGB value is (99,27,171). Sum of RGB (Red+Green+Blue) = 99+27+171=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #631BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631BAB is #9CE454. Grayscale: #404040. Windows color (decimal): -10282069 or 11213667. OLE color: 11213667.

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

Color convert

RGB 99 27 171 -
CMYK 0.42 0.84 0 0.33
HSL 270º 0.73% 0.39% -
HSV(B) 270º 0.84% 0.67% -
XYZ 12.89 6.38 39.08 -
YUV 64.94 187.85 152.29 -
System Red Green Blue C M Y K H S L
Decimal 99 27 171 0.42 0.84 0 0.33 270 0.73 0.39
Hex 63 1B AB 2A 54 0 21 10E 49 27
Octal 143 33 253 52 124 0 41 416 111 47
Binary 1100011 11011 10101011 101010 1010100 0 100001 100001110 1001001 100111

Color Harmonies of #631BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631BAB

Black with #631BAB

Text Example


Text Example

White with #631BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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