Html Css Color HEX #620AB0 Purple Heart

📋 copy color: '#620AB0'

red 98 ◦ green 10 ◦ blue 176

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

Shades of Purple Heart #620AB0

Tints of Purple Heart #620AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 61.97%

R = 34.51%
G = 3.52%
B = 61.97%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#620AB0 (or 0x620AB0) is known color: Purple Heart. HEX triplet: 62, 0A and B0. RGB value is (98,10,176). Sum of RGB (Red+Green+Blue) = 98+10+176=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 176 (69.14% from 255 or 61.97% from 284); Max value from RGB is 176 - color contains mainly: blue. Hex color #620AB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620AB0 is #9DF54F. Grayscale: #363636. Windows color (decimal): -10351952 or 11536994. OLE color: 11536994.

HSL color Cylindrical-coordinate representation of color #620AB0: hue angle of 271.81º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620AB0 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 10 176 -
CMYK 0.44 0.94 0 0.31
HSL 271.81º 0.89% 0.36% -
HSV(B) 271.81º 0.94% 0.69% -
XYZ 12.98 5.95 41.54 -
YUV 55.24 196.15 158.5 -
System Red Green Blue C M Y K H S L
Decimal 98 10 176 0.44 0.94 0 0.31 271.81 0.89 0.36
Hex 62 A B0 2C 5E 0 1F 110 59 24
Octal 142 12 260 54 136 0 37 420 131 44
Binary 1100010 1010 10110000 101100 1011110 0 11111 100010000 1011001 100100

Color Harmonies of #620AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620AB0

Black with #620AB0

Text Example


Text Example

White with #620AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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