Html Css Color HEX #620ABC Purple Heart

📋 copy color: '#620ABC'

red 98 ◦ green 10 ◦ blue 188

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

Shades of Purple Heart #620ABC

Tints of Purple Heart #620ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.38%

 BLUE value IS 188 (73.83% from 255) = 63.51%

R = 33.11%
G = 3.38%
B = 63.51%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#620ABC (or 0x620ABC) is known color: Purple Heart. HEX triplet: 62, 0A and BC. RGB value is (98,10,188). Sum of RGB (Red+Green+Blue) = 98+10+188=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #620ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620ABC is #9DF543. Grayscale: #373737. Windows color (decimal): -10351940 or 12323426. OLE color: 12323426.

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

Color convert

RGB 98 10 188 -
CMYK 0.48 0.95 0 0.26
HSL 269.66º 0.9% 0.39% -
HSV(B) 269.66º 0.95% 0.74% -
XYZ 14.22 6.44 48.07 -
YUV 56.6 202.15 157.53 -
System Red Green Blue C M Y K H S L
Decimal 98 10 188 0.48 0.95 0 0.26 269.66 0.9 0.39
Hex 62 A BC 30 5F 0 1A 10E 5A 27
Octal 142 12 274 60 137 0 32 416 132 47
Binary 1100010 1010 10111100 110000 1011111 0 11010 100001110 1011010 100111

Color Harmonies of #620ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620ABC

Black with #620ABC

Text Example


Text Example

White with #620ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,10,188); }

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

background-color css

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

 a { background-color: rgb(98,10,188); }

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

border-color css

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

 span { border-color: rgb(98,10,188); }

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