Html Css Color HEX #621ECB Purple Heart

📋 copy color: '#621ECB'

red 98 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #621ECB

Tints of Purple Heart #621ECB

RGB

 RED value IS 98 (38.67% from 255) = 29.61%

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

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 29.61%
G = 9.06%
B = 61.33%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#621ECB (or 0x621ECB) is known color: Purple Heart. HEX triplet: 62, 1E and CB. RGB value is (98,30,203). Sum of RGB (Red+Green+Blue) = 98+30+203=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #621ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621ECB is #9DE134. Grayscale: #454545. Windows color (decimal): -10346805 or 13311586. OLE color: 13311586.

HSL color Cylindrical-coordinate representation of color #621ECB: 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 #621ECB is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 30 203 -
CMYK 0.52 0.85 0 0.20
HSL 263.58º 0.74% 0.46% -
HSV(B) 263.58º 0.85% 0.8% -
XYZ 16.28 7.84 57.15 -
YUV 70.05 203.03 147.93 -
System Red Green Blue C M Y K H S L
Decimal 98 30 203 0.52 0.85 0 0.20 263.58 0.74 0.46
Hex 62 1E CB 34 55 0 14 108 4A 2E
Octal 142 36 313 64 125 0 24 410 112 56
Binary 1100010 11110 11001011 110100 1010101 0 10100 100001000 1001010 101110

Color Harmonies of #621ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621ECB

Black with #621ECB

Text Example


Text Example

White with #621ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621ECB; }

 p { color: rgb(98,30,203); }

 H1.HeaderClassName
 {
   color: #621ECB;
 }
 .AnyTagClassName
 {
   color: #621ECB;
 }
</style>

background-color css

<style>
 a { background-color: #621ECB; }

 a { background-color: rgb(98,30,203); }

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

border-color css

<style>
 span { border-color: #621ECB; }

 span { border-color: rgb(98,30,203); }

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