Html Css Color HEX #6332DD Purple Heart

📋 copy color: '#6332DD'

red 99 ◦ green 50 ◦ blue 221

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

Shades of Purple Heart #6332DD

Tints of Purple Heart #6332DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.51%

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 26.76%
G = 13.51%
B = 59.73%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6332DD (or 0x6332DD) is known color: Purple Heart. HEX triplet: 63, 32 and DD. RGB value is (99,50,221). Sum of RGB (Red+Green+Blue) = 99+50+221=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #6332DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6332DD is #9CCD22. Grayscale: #535353. Windows color (decimal): -10276131 or 14496355. OLE color: 14496355.

HSL color Cylindrical-coordinate representation of color #6332DD: hue angle of 257.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6332DD is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 50 221 -
CMYK 0.55 0.77 0 0.13
HSL 257.19º 0.72% 0.53% -
HSV(B) 257.19º 0.77% 0.87% -
XYZ 19.34 10.15 69.35 -
YUV 84.15 205.23 138.6 -
System Red Green Blue C M Y K H S L
Decimal 99 50 221 0.55 0.77 0 0.13 257.19 0.72 0.53
Hex 63 32 DD 37 4D 0 D 101 48 35
Octal 143 62 335 67 115 0 15 401 110 65
Binary 1100011 110010 11011101 110111 1001101 0 1101 100000001 1001000 110101

Color Harmonies of #6332DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6332DD

Black with #6332DD

Text Example


Text Example

White with #6332DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6332DD; }

 p { color: rgb(99,50,221); }

 H1.HeaderClassName
 {
   color: #6332DD;
 }
 .AnyTagClassName
 {
   color: #6332DD;
 }
</style>

background-color css

<style>
 a { background-color: #6332DD; }

 a { background-color: rgb(99,50,221); }

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

border-color css

<style>
 span { border-color: #6332DD; }

 span { border-color: rgb(99,50,221); }

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