Html Css Color HEX #6921DD Purple Heart

📋 copy color: '#6921DD'

red 105 ◦ green 33 ◦ blue 221

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

Shades of Purple Heart #6921DD

Tints of Purple Heart #6921DD

RGB

 RED value IS 105 (41.41% from 255) = 29.25%

 GREEN value IS 33 (13.28% from 255) = 9.19%

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

R = 29.25%
G = 9.19%
B = 61.56%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6921DD (or 0x6921DD) is known color: Purple Heart. HEX triplet: 69, 21 and DD. RGB value is (105,33,221). Sum of RGB (Red+Green+Blue) = 105+33+221=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #6921DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6921DD is #96DE22. Grayscale: #4B4B4B. Windows color (decimal): -9887267 or 14492009. OLE color: 14492009.

HSL color Cylindrical-coordinate representation of color #6921DD: hue angle of 262.98º 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 #6921DD is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 33 221 -
CMYK 0.52 0.85 0 0.13
HSL 262.98º 0.74% 0.5% -
HSV(B) 262.98º 0.85% 0.87% -
XYZ 19.42 9.31 69.18 -
YUV 75.96 209.85 148.71 -
System Red Green Blue C M Y K H S L
Decimal 105 33 221 0.52 0.85 0 0.13 262.98 0.74 0.5
Hex 69 21 DD 34 55 0 D 107 4A 32
Octal 151 41 335 64 125 0 15 407 112 62
Binary 1101001 100001 11011101 110100 1010101 0 1101 100000111 1001010 110010

Color Harmonies of #6921DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6921DD

Black with #6921DD

Text Example


Text Example

White with #6921DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,33,221); }

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

background-color css

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

 a { background-color: rgb(105,33,221); }

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

border-color css

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

 span { border-color: rgb(105,33,221); }

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