Html Css Color HEX #631AA7 Purple Heart

📋 copy color: '#631AA7'

red 99 ◦ green 26 ◦ blue 167

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

Shades of Purple Heart #631AA7

Tints of Purple Heart #631AA7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.9%

 BLUE value IS 167 (65.63% from 255) = 57.19%

R = 33.9%
G = 8.9%
B = 57.19%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#631AA7 (or 0x631AA7) is known color: Purple Heart. HEX triplet: 63, 1A and A7. RGB value is (99,26,167). Sum of RGB (Red+Green+Blue) = 99+26+167=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 167 (65.62% from 255 or 57.19% from 292); Max value from RGB is 167 - color contains mainly: blue. Hex color #631AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631AA7 is #9CE558. Grayscale: #3F3F3F. Windows color (decimal): -10282329 or 10951267. OLE color: 10951267.

HSL color Cylindrical-coordinate representation of color #631AA7: hue angle of 271.06º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631AA7 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 99 26 167 -
CMYK 0.41 0.84 0 0.35
HSL 271.06º 0.73% 0.38% -
HSV(B) 271.06º 0.84% 0.65% -
XYZ 12.49 6.18 37.09 -
YUV 63.9 186.18 153.04 -
System Red Green Blue C M Y K H S L
Decimal 99 26 167 0.41 0.84 0 0.35 271.06 0.73 0.38
Hex 63 1A A7 29 54 0 23 10F 49 26
Octal 143 32 247 51 124 0 43 417 111 46
Binary 1100011 11010 10100111 101001 1010100 0 100011 100001111 1001001 100110

Color Harmonies of #631AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631AA7

Black with #631AA7

Text Example


Text Example

White with #631AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,26,167); }

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

background-color css

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

 a { background-color: rgb(99,26,167); }

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

border-color css

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

 span { border-color: rgb(99,26,167); }

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