Html Css Color HEX #6329DB Purple Heart

📋 copy color: '#6329DB'

red 99 ◦ green 41 ◦ blue 219

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

Shades of Purple Heart #6329DB

Tints of Purple Heart #6329DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.42%

 BLUE value IS 219 (85.94% from 255) = 61%

R = 27.58%
G = 11.42%
B = 61%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6329DB (or 0x6329DB) is known color: Purple Heart. HEX triplet: 63, 29 and DB. RGB value is (99,41,219). Sum of RGB (Red+Green+Blue) = 99+41+219=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #6329DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6329DB is #9CD624. Grayscale: #4D4D4D. Windows color (decimal): -10278437 or 14362979. OLE color: 14362979.

HSL color Cylindrical-coordinate representation of color #6329DB: hue angle of 259.55º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6329DB is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 41 219 -
CMYK 0.55 0.81 0 0.14
HSL 259.55º 0.71% 0.51% -
HSV(B) 259.55º 0.81% 0.86% -
XYZ 18.72 9.35 67.84 -
YUV 78.63 207.22 142.53 -
System Red Green Blue C M Y K H S L
Decimal 99 41 219 0.55 0.81 0 0.14 259.55 0.71 0.51
Hex 63 29 DB 37 51 0 E 104 47 33
Octal 143 51 333 67 121 0 16 404 107 63
Binary 1100011 101001 11011011 110111 1010001 0 1110 100000100 1000111 110011

Color Harmonies of #6329DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6329DB

Black with #6329DB

Text Example


Text Example

White with #6329DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6329DB; }

 p { color: rgb(99,41,219); }

 H1.HeaderClassName
 {
   color: #6329DB;
 }
 .AnyTagClassName
 {
   color: #6329DB;
 }
</style>

background-color css

<style>
 a { background-color: #6329DB; }

 a { background-color: rgb(99,41,219); }

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

border-color css

<style>
 span { border-color: #6329DB; }

 span { border-color: rgb(99,41,219); }

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