Html Css Color HEX #620BC0 Purple Heart

📋 copy color: '#620BC0'

red 98 ◦ green 11 ◦ blue 192

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

Shades of Purple Heart #620BC0

Tints of Purple Heart #620BC0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.65%

 BLUE value IS 192 (75.39% from 255) = 63.79%

R = 32.56%
G = 3.65%
B = 63.79%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#620BC0 (or 0x620BC0) is known color: Purple Heart. HEX triplet: 62, 0B and C0. RGB value is (98,11,192). Sum of RGB (Red+Green+Blue) = 98+11+192=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #620BC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BC0 is #9DF43F. Grayscale: #393939. Windows color (decimal): -10351680 or 12585826. OLE color: 12585826.

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

Color convert

RGB 98 11 192 -
CMYK 0.49 0.94 0 0.25
HSL 268.84º 0.89% 0.4% -
HSV(B) 268.84º 0.94% 0.75% -
XYZ 14.67 6.64 50.38 -
YUV 57.65 203.82 156.78 -
System Red Green Blue C M Y K H S L
Decimal 98 11 192 0.49 0.94 0 0.25 268.84 0.89 0.4
Hex 62 B C0 31 5E 0 19 10D 59 28
Octal 142 13 300 61 136 0 31 415 131 50
Binary 1100010 1011 11000000 110001 1011110 0 11001 100001101 1011001 101000

Color Harmonies of #620BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BC0

Black with #620BC0

Text Example


Text Example

White with #620BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,11,192); }

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

background-color css

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

 a { background-color: rgb(98,11,192); }

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

border-color css

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

 span { border-color: rgb(98,11,192); }

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