Html Css Color HEX #621ACE Purple Heart

📋 copy color: '#621ACE'

red 98 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #621ACE

Tints of Purple Heart #621ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.88%

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

R = 29.7%
G = 7.88%
B = 62.42%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#621ACE (or 0x621ACE) is known color: Purple Heart. HEX triplet: 62, 1A and CE. RGB value is (98,26,206). Sum of RGB (Red+Green+Blue) = 98+26+206=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #621ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621ACE is #9DE531. Grayscale: #434343. Windows color (decimal): -10347826 or 13507170. OLE color: 13507170.

HSL color Cylindrical-coordinate representation of color #621ACE: hue angle of 264º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621ACE is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 26 206 -
CMYK 0.52 0.87 0 0.19
HSL 264º 0.78% 0.45% -
HSV(B) 264º 0.87% 0.81% -
XYZ 16.55 7.79 59.02 -
YUV 68.05 205.85 149.36 -
System Red Green Blue C M Y K H S L
Decimal 98 26 206 0.52 0.87 0 0.19 264 0.78 0.45
Hex 62 1A CE 34 57 0 13 108 4E 2D
Octal 142 32 316 64 127 0 23 410 116 55
Binary 1100010 11010 11001110 110100 1010111 0 10011 100001000 1001110 101101

Color Harmonies of #621ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621ACE

Black with #621ACE

Text Example


Text Example

White with #621ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,26,206); }

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

background-color css

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

 a { background-color: rgb(98,26,206); }

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

border-color css

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

 span { border-color: rgb(98,26,206); }

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