Html Css Color HEX #6929DC Purple Heart

📋 copy color: '#6929DC'

red 105 ◦ green 41 ◦ blue 220

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

Shades of Purple Heart #6929DC

Tints of Purple Heart #6929DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 28.69%
G = 11.2%
B = 60.11%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6929DC (or 0x6929DC) is known color: Purple Heart. HEX triplet: 69, 29 and DC. RGB value is (105,41,220). Sum of RGB (Red+Green+Blue) = 105+41+220=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #6929DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6929DC is #96D623. Grayscale: #4F4F4F. Windows color (decimal): -9885220 or 14428521. OLE color: 14428521.

HSL color Cylindrical-coordinate representation of color #6929DC: hue angle of 261.45º degrees, saturation: 0.72, 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 #6929DC is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 41 220 -
CMYK 0.52 0.81 0 0.14
HSL 261.45º 0.72% 0.51% -
HSV(B) 261.45º 0.81% 0.86% -
XYZ 19.54 9.76 68.56 -
YUV 80.54 206.7 145.45 -
System Red Green Blue C M Y K H S L
Decimal 105 41 220 0.52 0.81 0 0.14 261.45 0.72 0.51
Hex 69 29 DC 34 51 0 E 105 48 33
Octal 151 51 334 64 121 0 16 405 110 63
Binary 1101001 101001 11011100 110100 1010001 0 1110 100000101 1001000 110011

Color Harmonies of #6929DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6929DC

Black with #6929DC

Text Example


Text Example

White with #6929DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6929DC; }

 p { color: rgb(105,41,220); }

 H1.HeaderClassName
 {
   color: #6929DC;
 }
 .AnyTagClassName
 {
   color: #6929DC;
 }
</style>

background-color css

<style>
 a { background-color: #6929DC; }

 a { background-color: rgb(105,41,220); }

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

border-color css

<style>
 span { border-color: #6929DC; }

 span { border-color: rgb(105,41,220); }

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