Html Css Color HEX #622ACE Purple Heart

📋 copy color: '#622ACE'

red 98 ◦ green 42 ◦ blue 206

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

Shades of Purple Heart #622ACE

Tints of Purple Heart #622ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.14%

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 28.32%
G = 12.14%
B = 59.54%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#622ACE (or 0x622ACE) is known color: Purple Heart. HEX triplet: 62, 2A and CE. RGB value is (98,42,206). Sum of RGB (Red+Green+Blue) = 98+42+206=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #622ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622ACE is #9DD531. Grayscale: #4C4C4C. Windows color (decimal): -10343730 or 13511266. OLE color: 13511266.

HSL color Cylindrical-coordinate representation of color #622ACE: hue angle of 260.49º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #622ACE is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 42 206 -
CMYK 0.52 0.80 0 0.19
HSL 260.49º 0.66% 0.49% -
HSV(B) 260.49º 0.8% 0.81% -
XYZ 17.01 8.71 59.18 -
YUV 77.44 200.55 142.66 -
System Red Green Blue C M Y K H S L
Decimal 98 42 206 0.52 0.80 0 0.19 260.49 0.66 0.49
Hex 62 2A CE 34 50 0 13 104 42 31
Octal 142 52 316 64 120 0 23 404 102 61
Binary 1100010 101010 11001110 110100 1010000 0 10011 100000100 1000010 110001

Color Harmonies of #622ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622ACE

Black with #622ACE

Text Example


Text Example

White with #622ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622ACE; }

 p { color: rgb(98,42,206); }

 H1.HeaderClassName
 {
   color: #622ACE;
 }
 .AnyTagClassName
 {
   color: #622ACE;
 }
</style>

background-color css

<style>
 a { background-color: #622ACE; }

 a { background-color: rgb(98,42,206); }

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

border-color css

<style>
 span { border-color: #622ACE; }

 span { border-color: rgb(98,42,206); }

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