Html Css Color HEX #620CBA Purple Heart

📋 copy color: '#620CBA'

red 98 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #620CBA

Tints of Purple Heart #620CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.05%

 BLUE value IS 186 (73.05% from 255) = 62.84%

R = 33.11%
G = 4.05%
B = 62.84%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#620CBA (or 0x620CBA) is known color: Purple Heart. HEX triplet: 62, 0C and BA. RGB value is (98,12,186). Sum of RGB (Red+Green+Blue) = 98+12+186=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #620CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CBA is #9DF345. Grayscale: #383838. Windows color (decimal): -10351430 or 12192866. OLE color: 12192866.

HSL color Cylindrical-coordinate representation of color #620CBA: hue angle of 269.66º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620CBA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 12 186 -
CMYK 0.47 0.94 0 0.27
HSL 269.66º 0.88% 0.39% -
HSV(B) 269.66º 0.94% 0.73% -
XYZ 14.03 6.4 46.95 -
YUV 57.55 200.49 156.85 -
System Red Green Blue C M Y K H S L
Decimal 98 12 186 0.47 0.94 0 0.27 269.66 0.88 0.39
Hex 62 C BA 2F 5E 0 1B 10E 58 27
Octal 142 14 272 57 136 0 33 416 130 47
Binary 1100010 1100 10111010 101111 1011110 0 11011 100001110 1011000 100111

Color Harmonies of #620CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620CBA

Black with #620CBA

Text Example


Text Example

White with #620CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,12,186); }

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

background-color css

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

 a { background-color: rgb(98,12,186); }

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

border-color css

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

 span { border-color: rgb(98,12,186); }

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