Html Css Color HEX #6836CD Purple Heart

📋 copy color: '#6836CD'

red 104 ◦ green 54 ◦ blue 205

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

Shades of Purple Heart #6836CD

Tints of Purple Heart #6836CD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.88%

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

R = 28.65%
G = 14.88%
B = 56.47%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6836CD (or 0x6836CD) is known color: Purple Heart. HEX triplet: 68, 36 and CD. RGB value is (104,54,205). Sum of RGB (Red+Green+Blue) = 104+54+205=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #6836CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6836CD is #97C932. Grayscale: #555555. Windows color (decimal): -9947443 or 13448808. OLE color: 13448808.

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

Color convert

RGB 104 54 205 -
CMYK 0.49 0.74 0 0.20
HSL 259.87º 0.6% 0.51% -
HSV(B) 259.87º 0.74% 0.8% -
XYZ 18.05 9.99 58.73 -
YUV 86.16 195.07 140.72 -
System Red Green Blue C M Y K H S L
Decimal 104 54 205 0.49 0.74 0 0.20 259.87 0.6 0.51
Hex 68 36 CD 31 4A 0 14 104 3C 33
Octal 150 66 315 61 112 0 24 404 74 63
Binary 1101000 110110 11001101 110001 1001010 0 10100 100000100 111100 110011

Color Harmonies of #6836CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6836CD

Black with #6836CD

Text Example


Text Example

White with #6836CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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