Html Css Color HEX #620ACD Purple Heart

📋 copy color: '#620ACD'

red 98 ◦ green 10 ◦ blue 205

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

Shades of Purple Heart #620ACD

Tints of Purple Heart #620ACD

RGB

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

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

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

R = 31.31%
G = 3.19%
B = 65.5%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#620ACD (or 0x620ACD) is known color: Purple Heart. HEX triplet: 62, 0A and CD. RGB value is (98,10,205). Sum of RGB (Red+Green+Blue) = 98+10+205=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #620ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620ACD is #9DF532. Grayscale: #393939. Windows color (decimal): -10351923 or 13437538. OLE color: 13437538.

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

Color convert

RGB 98 10 205 -
CMYK 0.52 0.95 0 0.20
HSL 267.08º 0.91% 0.42% -
HSV(B) 267.08º 0.95% 0.8% -
XYZ 16.16 7.22 58.3 -
YUV 58.54 210.65 156.14 -
System Red Green Blue C M Y K H S L
Decimal 98 10 205 0.52 0.95 0 0.20 267.08 0.91 0.42
Hex 62 A CD 34 5F 0 14 10B 5B 2A
Octal 142 12 315 64 137 0 24 413 133 52
Binary 1100010 1010 11001101 110100 1011111 0 10100 100001011 1011011 101010

Color Harmonies of #620ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620ACD

Black with #620ACD

Text Example


Text Example

White with #620ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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