Html Css Color HEX #620FBB Purple Heart

📋 copy color: '#620FBB'

red 98 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #620FBB

Tints of Purple Heart #620FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.33%

R = 32.67%
G = 5%
B = 62.33%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#620FBB (or 0x620FBB) is known color: Purple Heart. HEX triplet: 62, 0F and BB. RGB value is (98,15,187). Sum of RGB (Red+Green+Blue) = 98+15+187=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #620FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620FBB is #9DF044. Grayscale: #3A3A3A. Windows color (decimal): -10350661 or 12259170. OLE color: 12259170.

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

Color convert

RGB 98 15 187 -
CMYK 0.48 0.92 0 0.27
HSL 268.95º 0.85% 0.4% -
HSV(B) 268.95º 0.92% 0.73% -
XYZ 14.18 6.53 47.53 -
YUV 59.43 200 155.51 -
System Red Green Blue C M Y K H S L
Decimal 98 15 187 0.48 0.92 0 0.27 268.95 0.85 0.4
Hex 62 F BB 30 5C 0 1B 10D 55 28
Octal 142 17 273 60 134 0 33 415 125 50
Binary 1100010 1111 10111011 110000 1011100 0 11011 100001101 1010101 101000

Color Harmonies of #620FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FBB

Black with #620FBB

Text Example


Text Example

White with #620FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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