Html Css Color HEX #631BAE Purple Heart

📋 copy color: '#631BAE'

red 99 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #631BAE

Tints of Purple Heart #631BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58%

R = 33%
G = 9%
B = 58%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#631BAE (or 0x631BAE) is known color: Purple Heart. HEX triplet: 63, 1B and AE. RGB value is (99,27,174). Sum of RGB (Red+Green+Blue) = 99+27+174=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #631BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631BAE is #9CE451. Grayscale: #404040. Windows color (decimal): -10282066 or 11410275. OLE color: 11410275.

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

Color convert

RGB 99 27 174 -
CMYK 0.43 0.84 0 0.32
HSL 269.39º 0.73% 0.39% -
HSV(B) 269.39º 0.84% 0.68% -
XYZ 13.18 6.49 40.6 -
YUV 65.29 189.35 152.05 -
System Red Green Blue C M Y K H S L
Decimal 99 27 174 0.43 0.84 0 0.32 269.39 0.73 0.39
Hex 63 1B AE 2B 54 0 20 10D 49 27
Octal 143 33 256 53 124 0 40 415 111 47
Binary 1100011 11011 10101110 101011 1010100 0 100000 100001101 1001001 100111

Color Harmonies of #631BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631BAE

Black with #631BAE

Text Example


Text Example

White with #631BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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