Html Css Color HEX #620ACE Purple Heart

📋 copy color: '#620ACE'

red 98 ◦ green 10 ◦ blue 206

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

Shades of Purple Heart #620ACE

Tints of Purple Heart #620ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.18%

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

R = 31.21%
G = 3.18%
B = 65.61%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#620ACE (or 0x620ACE) is known color: Purple Heart. HEX triplet: 62, 0A and CE. RGB value is (98,10,206). Sum of RGB (Red+Green+Blue) = 98+10+206=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #620ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620ACE is #9DF531. Grayscale: #393939. Windows color (decimal): -10351922 or 13503074. OLE color: 13503074.

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

Color convert

RGB 98 10 206 -
CMYK 0.52 0.95 0 0.19
HSL 266.94º 0.91% 0.42% -
HSV(B) 266.94º 0.95% 0.81% -
XYZ 16.29 7.27 58.94 -
YUV 58.66 211.15 156.06 -
System Red Green Blue C M Y K H S L
Decimal 98 10 206 0.52 0.95 0 0.19 266.94 0.91 0.42
Hex 62 A CE 34 5F 0 13 10B 5B 2A
Octal 142 12 316 64 137 0 23 413 133 52
Binary 1100010 1010 11001110 110100 1011111 0 10011 100001011 1011011 101010

Color Harmonies of #620ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620ACE

Black with #620ACE

Text Example


Text Example

White with #620ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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