Html Css Color HEX #620BAE Purple Heart

📋 copy color: '#620BAE'

red 98 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #620BAE

Tints of Purple Heart #620BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.48%

R = 34.63%
G = 3.89%
B = 61.48%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#620BAE (or 0x620BAE) is known color: Purple Heart. HEX triplet: 62, 0B and AE. RGB value is (98,11,174). Sum of RGB (Red+Green+Blue) = 98+11+174=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #620BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620BAE is #9DF451. Grayscale: #373737. Windows color (decimal): -10351698 or 11406178. OLE color: 11406178.

HSL color Cylindrical-coordinate representation of color #620BAE: hue angle of 272.02º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620BAE is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 11 174 -
CMYK 0.44 0.94 0 0.32
HSL 272.02º 0.88% 0.36% -
HSV(B) 272.02º 0.94% 0.68% -
XYZ 12.8 5.89 40.51 -
YUV 55.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 98 11 174 0.44 0.94 0 0.32 272.02 0.88 0.36
Hex 62 B AE 2C 5E 0 20 110 58 24
Octal 142 13 256 54 136 0 40 420 130 44
Binary 1100010 1011 10101110 101100 1011110 0 100000 100010000 1011000 100100

Color Harmonies of #620BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BAE

Black with #620BAE

Text Example


Text Example

White with #620BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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