Html Css Color HEX #631ECA Purple Heart

📋 copy color: '#631ECA'

red 99 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #631ECA

Tints of Purple Heart #631ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.03%

R = 29.91%
G = 9.06%
B = 61.03%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#631ECA (or 0x631ECA) is known color: Purple Heart. HEX triplet: 63, 1E and CA. RGB value is (99,30,202). Sum of RGB (Red+Green+Blue) = 99+30+202=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #631ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ECA is #9CE135. Grayscale: #454545. Windows color (decimal): -10281270 or 13246051. OLE color: 13246051.

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

Color convert

RGB 99 30 202 -
CMYK 0.51 0.85 0 0.21
HSL 264.07º 0.74% 0.45% -
HSV(B) 264.07º 0.85% 0.79% -
XYZ 16.27 7.85 56.53 -
YUV 70.24 202.36 148.51 -
System Red Green Blue C M Y K H S L
Decimal 99 30 202 0.51 0.85 0 0.21 264.07 0.74 0.45
Hex 63 1E CA 33 55 0 15 108 4A 2D
Octal 143 36 312 63 125 0 25 410 112 55
Binary 1100011 11110 11001010 110011 1010101 0 10101 100001000 1001010 101101

Color Harmonies of #631ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631ECA

Black with #631ECA

Text Example


Text Example

White with #631ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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