Html Css Color HEX #631CAC Purple Heart

📋 copy color: '#631CAC'

red 99 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #631CAC

Tints of Purple Heart #631CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.36%

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 33.11%
G = 9.36%
B = 57.53%

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

#631CAC (or 0x631CAC) is known color: Purple Heart. HEX triplet: 63, 1C and AC. RGB value is (99,28,172). Sum of RGB (Red+Green+Blue) = 99+28+172=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #631CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631CAC is #9CE353. Grayscale: #414141. Windows color (decimal): -10281812 or 11279459. OLE color: 11279459.

HSL color Cylindrical-coordinate representation of color #631CAC: hue angle of 269.58º degrees, saturation: 0.72, 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 #631CAC is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 28 172 -
CMYK 0.42 0.84 0 0.33
HSL 269.58º 0.72% 0.39% -
HSV(B) 269.58º 0.84% 0.67% -
XYZ 13.01 6.46 39.59 -
YUV 65.65 188.02 151.79 -
System Red Green Blue C M Y K H S L
Decimal 99 28 172 0.42 0.84 0 0.33 269.58 0.72 0.39
Hex 63 1C AC 2A 54 0 21 10E 48 27
Octal 143 34 254 52 124 0 41 416 110 47
Binary 1100011 11100 10101100 101010 1010100 0 100001 100001110 1001000 100111

Color Harmonies of #631CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631CAC

Black with #631CAC

Text Example


Text Example

White with #631CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,28,172); }

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

background-color css

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

 a { background-color: rgb(99,28,172); }

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

border-color css

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

 span { border-color: rgb(99,28,172); }

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