Html Css Color HEX #631ECE Purple Heart

📋 copy color: '#631ECE'

red 99 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #631ECE

Tints of Purple Heart #631ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

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

R = 29.55%
G = 8.96%
B = 61.49%

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

#631ECE (or 0x631ECE) is known color: Purple Heart. HEX triplet: 63, 1E and CE. RGB value is (99,30,206). Sum of RGB (Red+Green+Blue) = 99+30+206=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #631ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ECE is #9CE131. Grayscale: #464646. Windows color (decimal): -10281266 or 13508195. OLE color: 13508195.

HSL color Cylindrical-coordinate representation of color #631ECE: hue angle of 263.52º degrees, saturation: 0.75, 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 #631ECE is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 30 206 -
CMYK 0.52 0.85 0 0.19
HSL 263.52º 0.75% 0.46% -
HSV(B) 263.52º 0.85% 0.81% -
XYZ 16.75 8.04 59.06 -
YUV 70.7 204.36 148.19 -
System Red Green Blue C M Y K H S L
Decimal 99 30 206 0.52 0.85 0 0.19 263.52 0.75 0.46
Hex 63 1E CE 34 55 0 13 108 4B 2E
Octal 143 36 316 64 125 0 23 410 113 56
Binary 1100011 11110 11001110 110100 1010101 0 10011 100001000 1001011 101110

Color Harmonies of #631ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631ECE

Black with #631ECE

Text Example


Text Example

White with #631ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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