Html Css Color HEX #6829CD Purple Heart

📋 copy color: '#6829CD'

red 104 ◦ green 41 ◦ blue 205

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

Shades of Purple Heart #6829CD

Tints of Purple Heart #6829CD

RGB

 RED value IS 104 (41.02% from 255) = 29.71%

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 29.71%
G = 11.71%
B = 58.57%

CMYK

 C value IS 0.49

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6829CD (or 0x6829CD) is known color: Purple Heart. HEX triplet: 68, 29 and CD. RGB value is (104,41,205). Sum of RGB (Red+Green+Blue) = 104+41+205=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #6829CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6829CD is #97D632. Grayscale: #4D4D4D. Windows color (decimal): -9950771 or 13445480. OLE color: 13445480.

HSL color Cylindrical-coordinate representation of color #6829CD: hue angle of 263.05º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6829CD is Cyan = 0.49, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 41 205 -
CMYK 0.49 0.8 0 0.20
HSL 263.05º 0.67% 0.48% -
HSV(B) 263.05º 0.8% 0.8% -
XYZ 17.52 8.94 58.56 -
YUV 78.53 199.37 146.16 -
System Red Green Blue C M Y K H S L
Decimal 104 41 205 0.49 0.8 0 0.20 263.05 0.67 0.48
Hex 68 29 CD 31 50 0 14 107 43 30
Octal 150 51 315 61 120 0 24 407 103 60
Binary 1101000 101001 11001101 110001 1010000 0 10100 100000111 1000011 110000

Color Harmonies of #6829CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6829CD

Black with #6829CD

Text Example


Text Example

White with #6829CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6829CD; }

 p { color: rgb(104,41,205); }

 H1.HeaderClassName
 {
   color: #6829CD;
 }
 .AnyTagClassName
 {
   color: #6829CD;
 }
</style>

background-color css

<style>
 a { background-color: #6829CD; }

 a { background-color: rgb(104,41,205); }

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

border-color css

<style>
 span { border-color: #6829CD; }

 span { border-color: rgb(104,41,205); }

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