Html Css Color HEX #620BBB Purple Heart

📋 copy color: '#620BBB'

red 98 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #620BBB

Tints of Purple Heart #620BBB

RGB

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

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

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

R = 33.11%
G = 3.72%
B = 63.18%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#620BBB (or 0x620BBB) is known color: Purple Heart. HEX triplet: 62, 0B and BB. RGB value is (98,11,187). Sum of RGB (Red+Green+Blue) = 98+11+187=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #620BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BBB is #9DF444. Grayscale: #383838. Windows color (decimal): -10351685 or 12258146. OLE color: 12258146.

HSL color Cylindrical-coordinate representation of color #620BBB: hue angle of 269.66º degrees, saturation: 0.89, 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 #620BBB is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 11 187 -
CMYK 0.48 0.94 0 0.27
HSL 269.66º 0.89% 0.39% -
HSV(B) 269.66º 0.94% 0.73% -
XYZ 14.13 6.42 47.51 -
YUV 57.08 201.32 157.19 -
System Red Green Blue C M Y K H S L
Decimal 98 11 187 0.48 0.94 0 0.27 269.66 0.89 0.39
Hex 62 B BB 30 5E 0 1B 10E 59 27
Octal 142 13 273 60 136 0 33 416 131 47
Binary 1100010 1011 10111011 110000 1011110 0 11011 100001110 1011001 100111

Color Harmonies of #620BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BBB

Black with #620BBB

Text Example


Text Example

White with #620BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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