Html Css Color HEX #6929D7 Purple Heart

📋 copy color: '#6929D7'

red 105 ◦ green 41 ◦ blue 215

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

Shades of Purple Heart #6929D7

Tints of Purple Heart #6929D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 59.56%

R = 29.09%
G = 11.36%
B = 59.56%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6929D7 (or 0x6929D7) is known color: Purple Heart. HEX triplet: 69, 29 and D7. RGB value is (105,41,215). Sum of RGB (Red+Green+Blue) = 105+41+215=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 215 (84.38% from 255 or 59.56% from 361); Max value from RGB is 215 - color contains mainly: blue. Hex color #6929D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6929D7 is #96D628. Grayscale: #4F4F4F. Windows color (decimal): -9885225 or 14100841. OLE color: 14100841.

HSL color Cylindrical-coordinate representation of color #6929D7: hue angle of 262.07º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6929D7 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 41 215 -
CMYK 0.51 0.81 0 0.16
HSL 262.07º 0.69% 0.5% -
HSV(B) 262.07º 0.81% 0.84% -
XYZ 18.88 9.5 65.13 -
YUV 79.97 204.2 145.85 -
System Red Green Blue C M Y K H S L
Decimal 105 41 215 0.51 0.81 0 0.16 262.07 0.69 0.5
Hex 69 29 D7 33 51 0 10 106 45 32
Octal 151 51 327 63 121 0 20 406 105 62
Binary 1101001 101001 11010111 110011 1010001 0 10000 100000110 1000101 110010

Color Harmonies of #6929D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6929D7

Black with #6929D7

Text Example


Text Example

White with #6929D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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