Html Css Color HEX #6433DD Purple Heart

📋 copy color: '#6433DD'

red 100 ◦ green 51 ◦ blue 221

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

Shades of Purple Heart #6433DD

Tints of Purple Heart #6433DD

RGB

 RED value IS 100 (39.45% from 255) = 26.88%

 GREEN value IS 51 (20.31% from 255) = 13.71%

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

R = 26.88%
G = 13.71%
B = 59.41%

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

#6433DD (or 0x6433DD) is known color: Purple Heart. HEX triplet: 64, 33 and DD. RGB value is (100,51,221). Sum of RGB (Red+Green+Blue) = 100+51+221=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #6433DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6433DD is #9BCC22. Grayscale: #545454. Windows color (decimal): -10210339 or 14496612. OLE color: 14496612.

HSL color Cylindrical-coordinate representation of color #6433DD: hue angle of 257.29º degrees, saturation: 0.71, 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 #6433DD is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 51 221 -
CMYK 0.55 0.77 0 0.13
HSL 257.29º 0.71% 0.53% -
HSV(B) 257.29º 0.77% 0.87% -
XYZ 19.49 10.3 69.37 -
YUV 85.03 204.73 138.68 -
System Red Green Blue C M Y K H S L
Decimal 100 51 221 0.55 0.77 0 0.13 257.29 0.71 0.53
Hex 64 33 DD 37 4D 0 D 101 47 35
Octal 144 63 335 67 115 0 15 401 107 65
Binary 1100100 110011 11011101 110111 1001101 0 1101 100000001 1000111 110101

Color Harmonies of #6433DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6433DD

Black with #6433DD

Text Example


Text Example

White with #6433DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,51,221); }

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

background-color css

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

 a { background-color: rgb(100,51,221); }

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

border-color css

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

 span { border-color: rgb(100,51,221); }

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