Html Css Color HEX #631AC8 Purple Heart

📋 copy color: '#631AC8'

red 99 ◦ green 26 ◦ blue 200

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

Shades of Purple Heart #631AC8

Tints of Purple Heart #631AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 61.54%

R = 30.46%
G = 8%
B = 61.54%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#631AC8 (or 0x631AC8) is known color: Purple Heart. HEX triplet: 63, 1A and C8. RGB value is (99,26,200). Sum of RGB (Red+Green+Blue) = 99+26+200=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 200 (78.52% from 255 or 61.54% from 325); Max value from RGB is 200 - color contains mainly: blue. Hex color #631AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631AC8 is #9CE537. Grayscale: #434343. Windows color (decimal): -10282296 or 13113955. OLE color: 13113955.

HSL color Cylindrical-coordinate representation of color #631AC8: hue angle of 265.17º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #631AC8 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 26 200 -
CMYK 0.50 0.87 0 0.22
HSL 265.17º 0.77% 0.44% -
HSV(B) 265.17º 0.87% 0.78% -
XYZ 15.94 7.56 55.26 -
YUV 67.66 202.68 150.35 -
System Red Green Blue C M Y K H S L
Decimal 99 26 200 0.50 0.87 0 0.22 265.17 0.77 0.44
Hex 63 1A C8 32 57 0 16 109 4D 2C
Octal 143 32 310 62 127 0 26 411 115 54
Binary 1100011 11010 11001000 110010 1010111 0 10110 100001001 1001101 101100

Color Harmonies of #631AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631AC8

Black with #631AC8

Text Example


Text Example

White with #631AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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