Html Css Color HEX #620BBD Purple Heart

📋 copy color: '#620BBD'

red 98 ◦ green 11 ◦ blue 189

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

Shades of Purple Heart #620BBD

Tints of Purple Heart #620BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.42%

R = 32.89%
G = 3.69%
B = 63.42%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#620BBD (or 0x620BBD) is known color: Purple Heart. HEX triplet: 62, 0B and BD. RGB value is (98,11,189). Sum of RGB (Red+Green+Blue) = 98+11+189=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #620BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BBD is #9DF442. Grayscale: #383838. Windows color (decimal): -10351683 or 12389218. OLE color: 12389218.

HSL color Cylindrical-coordinate representation of color #620BBD: hue angle of 269.33º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620BBD is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 11 189 -
CMYK 0.48 0.94 0 0.26
HSL 269.33º 0.89% 0.39% -
HSV(B) 269.33º 0.94% 0.74% -
XYZ 14.34 6.51 48.64 -
YUV 57.31 202.32 157.03 -
System Red Green Blue C M Y K H S L
Decimal 98 11 189 0.48 0.94 0 0.26 269.33 0.89 0.39
Hex 62 B BD 30 5E 0 1A 10D 59 27
Octal 142 13 275 60 136 0 32 415 131 47
Binary 1100010 1011 10111101 110000 1011110 0 11010 100001101 1011001 100111

Color Harmonies of #620BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BBD

Black with #620BBD

Text Example


Text Example

White with #620BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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