Html Css Color HEX #620DAB Purple Heart

📋 copy color: '#620DAB'

red 98 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #620DAB

Tints of Purple Heart #620DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.61%

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 34.75%
G = 4.61%
B = 60.64%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#620DAB (or 0x620DAB) is known color: Purple Heart. HEX triplet: 62, 0D and AB. RGB value is (98,13,171). Sum of RGB (Red+Green+Blue) = 98+13+171=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #620DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620DAB is #9DF254. Grayscale: #373737. Windows color (decimal): -10351189 or 11210082. OLE color: 11210082.

HSL color Cylindrical-coordinate representation of color #620DAB: hue angle of 272.28º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620DAB is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 13 171 -
CMYK 0.43 0.92 0 0.33
HSL 272.28º 0.86% 0.36% -
HSV(B) 272.28º 0.92% 0.67% -
XYZ 12.53 5.82 38.99 -
YUV 56.43 192.66 157.65 -
System Red Green Blue C M Y K H S L
Decimal 98 13 171 0.43 0.92 0 0.33 272.28 0.86 0.36
Hex 62 D AB 2B 5C 0 21 110 56 24
Octal 142 15 253 53 134 0 41 420 126 44
Binary 1100010 1101 10101011 101011 1011100 0 100001 100010000 1010110 100100

Color Harmonies of #620DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620DAB

Black with #620DAB

Text Example


Text Example

White with #620DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,13,171); }

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

background-color css

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

 a { background-color: rgb(98,13,171); }

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

border-color css

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

 span { border-color: rgb(98,13,171); }

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