Html Css Color HEX #620EBF Purple Heart

📋 copy color: '#620EBF'

red 98 ◦ green 14 ◦ blue 191

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

Shades of Purple Heart #620EBF

Tints of Purple Heart #620EBF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.62%

 BLUE value IS 191 (75% from 255) = 63.04%

R = 32.34%
G = 4.62%
B = 63.04%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#620EBF (or 0x620EBF) is known color: Purple Heart. HEX triplet: 62, 0E and BF. RGB value is (98,14,191). Sum of RGB (Red+Green+Blue) = 98+14+191=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #620EBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620EBF is #9DF140. Grayscale: #3A3A3A. Windows color (decimal): -10350913 or 12521058. OLE color: 12521058.

HSL color Cylindrical-coordinate representation of color #620EBF: hue angle of 268.47º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620EBF is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 14 191 -
CMYK 0.49 0.93 0 0.25
HSL 268.47º 0.86% 0.4% -
HSV(B) 268.47º 0.93% 0.75% -
XYZ 14.6 6.67 49.81 -
YUV 59.29 202.33 155.61 -
System Red Green Blue C M Y K H S L
Decimal 98 14 191 0.49 0.93 0 0.25 268.47 0.86 0.4
Hex 62 E BF 31 5D 0 19 10C 56 28
Octal 142 16 277 61 135 0 31 414 126 50
Binary 1100010 1110 10111111 110001 1011101 0 11001 100001100 1010110 101000

Color Harmonies of #620EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620EBF

Black with #620EBF

Text Example


Text Example

White with #620EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,14,191); }

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

background-color css

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

 a { background-color: rgb(98,14,191); }

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

border-color css

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

 span { border-color: rgb(98,14,191); }

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