Html Css Color HEX #620BCD Purple Heart

📋 copy color: '#620BCD'

red 98 ◦ green 11 ◦ blue 205

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

Shades of Purple Heart #620BCD

Tints of Purple Heart #620BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.5%

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

R = 31.21%
G = 3.5%
B = 65.29%

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

#620BCD (or 0x620BCD) is known color: Purple Heart. HEX triplet: 62, 0B and CD. RGB value is (98,11,205). Sum of RGB (Red+Green+Blue) = 98+11+205=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #620BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BCD is #9DF432. Grayscale: #3A3A3A. Windows color (decimal): -10351667 or 13437794. OLE color: 13437794.

HSL color Cylindrical-coordinate representation of color #620BCD: hue angle of 266.91º degrees, saturation: 0.9, 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 #620BCD is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 11 205 -
CMYK 0.52 0.95 0 0.20
HSL 266.91º 0.9% 0.42% -
HSV(B) 266.91º 0.95% 0.8% -
XYZ 16.18 7.24 58.3 -
YUV 59.13 210.32 155.73 -
System Red Green Blue C M Y K H S L
Decimal 98 11 205 0.52 0.95 0 0.20 266.91 0.9 0.42
Hex 62 B CD 34 5F 0 14 10B 5A 2A
Octal 142 13 315 64 137 0 24 413 132 52
Binary 1100010 1011 11001101 110100 1011111 0 10100 100001011 1011010 101010

Color Harmonies of #620BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BCD

Black with #620BCD

Text Example


Text Example

White with #620BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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