Html Css Color HEX #631DAF Purple Heart

📋 copy color: '#631DAF'

red 99 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #631DAF

Tints of Purple Heart #631DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.57%

 BLUE value IS 175 (68.75% from 255) = 57.76%

R = 32.67%
G = 9.57%
B = 57.76%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#631DAF (or 0x631DAF) is known color: Purple Heart. HEX triplet: 63, 1D and AF. RGB value is (99,29,175). Sum of RGB (Red+Green+Blue) = 99+29+175=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #631DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631DAF is #9CE250. Grayscale: #424242. Windows color (decimal): -10281553 or 11476323. OLE color: 11476323.

HSL color Cylindrical-coordinate representation of color #631DAF: hue angle of 268.77º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631DAF is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 29 175 -
CMYK 0.43 0.83 0 0.31
HSL 268.77º 0.72% 0.4% -
HSV(B) 268.77º 0.83% 0.69% -
XYZ 13.32 6.63 41.13 -
YUV 66.57 189.19 151.13 -
System Red Green Blue C M Y K H S L
Decimal 99 29 175 0.43 0.83 0 0.31 268.77 0.72 0.4
Hex 63 1D AF 2B 53 0 1F 10D 48 28
Octal 143 35 257 53 123 0 37 415 110 50
Binary 1100011 11101 10101111 101011 1010011 0 11111 100001101 1001000 101000

Color Harmonies of #631DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631DAF

Black with #631DAF

Text Example


Text Example

White with #631DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,29,175); }

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

background-color css

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

 a { background-color: rgb(99,29,175); }

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

border-color css

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

 span { border-color: rgb(99,29,175); }

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