Html Css Color HEX #620DCD Purple Heart

📋 copy color: '#620DCD'

red 98 ◦ green 13 ◦ blue 205

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

Shades of Purple Heart #620DCD

Tints of Purple Heart #620DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.87%

R = 31.01%
G = 4.11%
B = 64.87%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#620DCD (or 0x620DCD) is known color: Purple Heart. HEX triplet: 62, 0D and CD. RGB value is (98,13,205). Sum of RGB (Red+Green+Blue) = 98+13+205=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #620DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620DCD is #9DF232. Grayscale: #3B3B3B. Windows color (decimal): -10351155 or 13438306. OLE color: 13438306.

HSL color Cylindrical-coordinate representation of color #620DCD: hue angle of 266.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620DCD is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 13 205 -
CMYK 0.52 0.94 0 0.20
HSL 266.56º 0.88% 0.43% -
HSV(B) 266.56º 0.94% 0.8% -
XYZ 16.2 7.29 58.31 -
YUV 60.3 209.66 154.89 -
System Red Green Blue C M Y K H S L
Decimal 98 13 205 0.52 0.94 0 0.20 266.56 0.88 0.43
Hex 62 D CD 34 5E 0 14 10B 58 2B
Octal 142 15 315 64 136 0 24 413 130 53
Binary 1100010 1101 11001101 110100 1011110 0 10100 100001011 1011000 101011

Color Harmonies of #620DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620DCD

Black with #620DCD

Text Example


Text Example

White with #620DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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