Html Css Color HEX #631FCC Purple Heart

📋 copy color: '#631FCC'

red 99 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #631FCC

Tints of Purple Heart #631FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.08%

R = 29.64%
G = 9.28%
B = 61.08%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#631FCC (or 0x631FCC) is known color: Purple Heart. HEX triplet: 63, 1F and CC. RGB value is (99,31,204). Sum of RGB (Red+Green+Blue) = 99+31+204=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #631FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631FCC is #9CE033. Grayscale: #464646. Windows color (decimal): -10281012 or 13377379. OLE color: 13377379.

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

Color convert

RGB 99 31 204 -
CMYK 0.51 0.85 0 0.2
HSL 263.58º 0.74% 0.46% -
HSV(B) 263.58º 0.85% 0.8% -
XYZ 16.53 7.99 57.8 -
YUV 71.05 203.03 147.93 -
System Red Green Blue C M Y K H S L
Decimal 99 31 204 0.51 0.85 0 0.2 263.58 0.74 0.46
Hex 63 1F CC 33 55 0 14 108 4A 2E
Octal 143 37 314 63 125 0 24 410 112 56
Binary 1100011 11111 11001100 110011 1010101 0 10100 100001000 1001010 101110

Color Harmonies of #631FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631FCC

Black with #631FCC

Text Example


Text Example

White with #631FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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