Html Css Color HEX #620DB4 Purple Heart

📋 copy color: '#620DB4'

red 98 ◦ green 13 ◦ blue 180

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

Shades of Purple Heart #620DB4

Tints of Purple Heart #620DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 61.86%

R = 33.68%
G = 4.47%
B = 61.86%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#620DB4 (or 0x620DB4) is known color: Purple Heart. HEX triplet: 62, 0D and B4. RGB value is (98,13,180). Sum of RGB (Red+Green+Blue) = 98+13+180=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 180 (70.70% from 255 or 61.86% from 291); Max value from RGB is 180 - color contains mainly: blue. Hex color #620DB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620DB4 is #9DF24B. Grayscale: #383838. Windows color (decimal): -10351180 or 11799906. OLE color: 11799906.

HSL color Cylindrical-coordinate representation of color #620DB4: hue angle of 270.54º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620DB4 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 98 13 180 -
CMYK 0.46 0.93 0 0.29
HSL 270.54º 0.87% 0.38% -
HSV(B) 270.54º 0.93% 0.71% -
XYZ 13.42 6.18 43.67 -
YUV 57.45 197.16 156.92 -
System Red Green Blue C M Y K H S L
Decimal 98 13 180 0.46 0.93 0 0.29 270.54 0.87 0.38
Hex 62 D B4 2E 5D 0 1D 10F 57 26
Octal 142 15 264 56 135 0 35 417 127 46
Binary 1100010 1101 10110100 101110 1011101 0 11101 100001111 1010111 100110

Color Harmonies of #620DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620DB4

Black with #620DB4

Text Example


Text Example

White with #620DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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