Html Css Color HEX #631FCE Purple Heart

📋 copy color: '#631FCE'

red 99 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #631FCE

Tints of Purple Heart #631FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.23%

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 29.46%
G = 9.23%
B = 61.31%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#631FCE (or 0x631FCE) is known color: Purple Heart. HEX triplet: 63, 1F and CE. RGB value is (99,31,206). Sum of RGB (Red+Green+Blue) = 99+31+206=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #631FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631FCE is #9CE031. Grayscale: #464646. Windows color (decimal): -10281010 or 13508451. OLE color: 13508451.

HSL color Cylindrical-coordinate representation of color #631FCE: hue angle of 263.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631FCE is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 31 206 -
CMYK 0.52 0.85 0 0.19
HSL 263.31º 0.74% 0.46% -
HSV(B) 263.31º 0.85% 0.81% -
XYZ 16.78 8.09 59.07 -
YUV 71.28 204.03 147.77 -
System Red Green Blue C M Y K H S L
Decimal 99 31 206 0.52 0.85 0 0.19 263.31 0.74 0.46
Hex 63 1F CE 34 55 0 13 107 4A 2E
Octal 143 37 316 64 125 0 23 407 112 56
Binary 1100011 11111 11001110 110100 1010101 0 10011 100000111 1001010 101110

Color Harmonies of #631FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631FCE

Black with #631FCE

Text Example


Text Example

White with #631FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,31,206); }

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

background-color css

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

 a { background-color: rgb(99,31,206); }

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

border-color css

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

 span { border-color: rgb(99,31,206); }

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