Html Css Color HEX #622ACD Purple Heart

📋 copy color: '#622ACD'

red 98 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #622ACD

Tints of Purple Heart #622ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.42%

R = 28.41%
G = 12.17%
B = 59.42%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#622ACD (or 0x622ACD) is known color: Purple Heart. HEX triplet: 62, 2A and CD. RGB value is (98,42,205). Sum of RGB (Red+Green+Blue) = 98+42+205=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #622ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622ACD is #9DD532. Grayscale: #4C4C4C. Windows color (decimal): -10343731 or 13445730. OLE color: 13445730.

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

Color convert

RGB 98 42 205 -
CMYK 0.52 0.80 0 0.20
HSL 260.61º 0.66% 0.48% -
HSV(B) 260.61º 0.8% 0.8% -
XYZ 16.88 8.66 58.54 -
YUV 77.33 200.05 142.75 -
System Red Green Blue C M Y K H S L
Decimal 98 42 205 0.52 0.80 0 0.20 260.61 0.66 0.48
Hex 62 2A CD 34 50 0 14 105 42 30
Octal 142 52 315 64 120 0 24 405 102 60
Binary 1100010 101010 11001101 110100 1010000 0 10100 100000101 1000010 110000

Color Harmonies of #622ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622ACD

Black with #622ACD

Text Example


Text Example

White with #622ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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