Html Css Color HEX #6322DC Purple Heart

📋 copy color: '#6322DC'

red 99 ◦ green 34 ◦ blue 220

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

Shades of Purple Heart #6322DC

Tints of Purple Heart #6322DC

RGB

 RED value IS 99 (39.06% from 255) = 28.05%

 GREEN value IS 34 (13.67% from 255) = 9.63%

 BLUE value IS 220 (86.33% from 255) = 62.32%

R = 28.05%
G = 9.63%
B = 62.32%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6322DC (or 0x6322DC) is known color: Purple Heart. HEX triplet: 63, 22 and DC. RGB value is (99,34,220). Sum of RGB (Red+Green+Blue) = 99+34+220=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #6322DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6322DC is #9CDD23. Grayscale: #494949. Windows color (decimal): -10280228 or 14426723. OLE color: 14426723.

HSL color Cylindrical-coordinate representation of color #6322DC: hue angle of 260.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6322DC is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 34 220 -
CMYK 0.55 0.85 0 0.14
HSL 260.97º 0.73% 0.5% -
HSV(B) 260.97º 0.85% 0.86% -
XYZ 18.64 8.96 68.46 -
YUV 74.64 210.03 145.38 -
System Red Green Blue C M Y K H S L
Decimal 99 34 220 0.55 0.85 0 0.14 260.97 0.73 0.5
Hex 63 22 DC 37 55 0 E 105 49 32
Octal 143 42 334 67 125 0 16 405 111 62
Binary 1100011 100010 11011100 110111 1010101 0 1110 100000101 1001001 110010

Color Harmonies of #6322DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6322DC

Black with #6322DC

Text Example


Text Example

White with #6322DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6322DC; }

 p { color: rgb(99,34,220); }

 H1.HeaderClassName
 {
   color: #6322DC;
 }
 .AnyTagClassName
 {
   color: #6322DC;
 }
</style>

background-color css

<style>
 a { background-color: #6322DC; }

 a { background-color: rgb(99,34,220); }

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

border-color css

<style>
 span { border-color: #6322DC; }

 span { border-color: rgb(99,34,220); }

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