Html Css Color HEX #6929DB Purple Heart

📋 copy color: '#6929DB'

red 105 ◦ green 41 ◦ blue 219

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

Shades of Purple Heart #6929DB

Tints of Purple Heart #6929DB

RGB

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

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

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

R = 28.77%
G = 11.23%
B = 60%

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

#6929DB (or 0x6929DB) is known color: Purple Heart. HEX triplet: 69, 29 and DB. RGB value is (105,41,219). Sum of RGB (Red+Green+Blue) = 105+41+219=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #6929DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6929DB is #96D624. Grayscale: #4F4F4F. Windows color (decimal): -9885221 or 14362985. OLE color: 14362985.

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

Color convert

RGB 105 41 219 -
CMYK 0.52 0.81 0 0.14
HSL 261.57º 0.71% 0.51% -
HSV(B) 261.57º 0.81% 0.86% -
XYZ 19.4 9.7 67.87 -
YUV 80.43 206.2 145.53 -
System Red Green Blue C M Y K H S L
Decimal 105 41 219 0.52 0.81 0 0.14 261.57 0.71 0.51
Hex 69 29 DB 34 51 0 E 106 47 33
Octal 151 51 333 64 121 0 16 406 107 63
Binary 1101001 101001 11011011 110100 1010001 0 1110 100000110 1000111 110011

Color Harmonies of #6929DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6929DB

Black with #6929DB

Text Example


Text Example

White with #6929DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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