Html Css Color HEX #620FBA Purple Heart

📋 copy color: '#620FBA'

red 98 ◦ green 15 ◦ blue 186

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

Shades of Purple Heart #620FBA

Tints of Purple Heart #620FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.02%

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

R = 32.78%
G = 5.02%
B = 62.21%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#620FBA (or 0x620FBA) is known color: Purple Heart. HEX triplet: 62, 0F and BA. RGB value is (98,15,186). Sum of RGB (Red+Green+Blue) = 98+15+186=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #620FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620FBA is #9DF045. Grayscale: #3A3A3A. Windows color (decimal): -10350662 or 12193634. OLE color: 12193634.

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

Color convert

RGB 98 15 186 -
CMYK 0.47 0.92 0 0.27
HSL 269.12º 0.85% 0.39% -
HSV(B) 269.12º 0.92% 0.73% -
XYZ 14.07 6.48 46.96 -
YUV 59.31 199.5 155.6 -
System Red Green Blue C M Y K H S L
Decimal 98 15 186 0.47 0.92 0 0.27 269.12 0.85 0.39
Hex 62 F BA 2F 5C 0 1B 10D 55 27
Octal 142 17 272 57 134 0 33 415 125 47
Binary 1100010 1111 10111010 101111 1011100 0 11011 100001101 1010101 100111

Color Harmonies of #620FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FBA

Black with #620FBA

Text Example


Text Example

White with #620FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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