Html Css Color HEX #6322DE Purple Heart

📋 copy color: '#6322DE'

red 99 ◦ green 34 ◦ blue 222

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

Shades of Purple Heart #6322DE

Tints of Purple Heart #6322DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.54%

R = 27.89%
G = 9.58%
B = 62.54%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6322DE (or 0x6322DE) is known color: Purple Heart. HEX triplet: 63, 22 and DE. RGB value is (99,34,222). Sum of RGB (Red+Green+Blue) = 99+34+222=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #6322DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6322DE is #9CDD21. Grayscale: #4A4A4A. Windows color (decimal): -10280226 or 14557795. OLE color: 14557795.

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

Color convert

RGB 99 34 222 -
CMYK 0.55 0.85 0 0.13
HSL 260.74º 0.74% 0.5% -
HSV(B) 260.74º 0.85% 0.87% -
XYZ 18.9 9.07 69.86 -
YUV 74.87 211.03 145.21 -
System Red Green Blue C M Y K H S L
Decimal 99 34 222 0.55 0.85 0 0.13 260.74 0.74 0.5
Hex 63 22 DE 37 55 0 D 105 4A 32
Octal 143 42 336 67 125 0 15 405 112 62
Binary 1100011 100010 11011110 110111 1010101 0 1101 100000101 1001010 110010

Color Harmonies of #6322DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6322DE

Black with #6322DE

Text Example


Text Example

White with #6322DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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