Html Css Color HEX #621ABC Purple Heart

📋 copy color: '#621ABC'

red 98 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #621ABC

Tints of Purple Heart #621ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.33%

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

R = 31.41%
G = 8.33%
B = 60.26%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#621ABC (or 0x621ABC) is known color: Purple Heart. HEX triplet: 62, 1A and BC. RGB value is (98,26,188). Sum of RGB (Red+Green+Blue) = 98+26+188=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #621ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621ABC is #9DE543. Grayscale: #414141. Windows color (decimal): -10347844 or 12327522. OLE color: 12327522.

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

Color convert

RGB 98 26 188 -
CMYK 0.48 0.86 0 0.26
HSL 266.67º 0.76% 0.42% -
HSV(B) 266.67º 0.86% 0.74% -
XYZ 14.48 6.97 48.16 -
YUV 66 196.85 150.83 -
System Red Green Blue C M Y K H S L
Decimal 98 26 188 0.48 0.86 0 0.26 266.67 0.76 0.42
Hex 62 1A BC 30 56 0 1A 10B 4C 2A
Octal 142 32 274 60 126 0 32 413 114 52
Binary 1100010 11010 10111100 110000 1010110 0 11010 100001011 1001100 101010

Color Harmonies of #621ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621ABC

Black with #621ABC

Text Example


Text Example

White with #621ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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