Html Css Color HEX #6838CD Purple Heart

📋 copy color: '#6838CD'

red 104 ◦ green 56 ◦ blue 205

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

Shades of Purple Heart #6838CD

Tints of Purple Heart #6838CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.34%

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

R = 28.49%
G = 15.34%
B = 56.16%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6838CD (or 0x6838CD) is known color: Purple Heart. HEX triplet: 68, 38 and CD. RGB value is (104,56,205). Sum of RGB (Red+Green+Blue) = 104+56+205=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #6838CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6838CD is #97C732. Grayscale: #565656. Windows color (decimal): -9946931 or 13449320. OLE color: 13449320.

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

Color convert

RGB 104 56 205 -
CMYK 0.49 0.73 0 0.20
HSL 259.33º 0.6% 0.51% -
HSV(B) 259.33º 0.73% 0.8% -
XYZ 18.14 10.18 58.77 -
YUV 87.34 194.4 139.88 -
System Red Green Blue C M Y K H S L
Decimal 104 56 205 0.49 0.73 0 0.20 259.33 0.6 0.51
Hex 68 38 CD 31 49 0 14 103 3C 33
Octal 150 70 315 61 111 0 24 403 74 63
Binary 1101000 111000 11001101 110001 1001001 0 10100 100000011 111100 110011

Color Harmonies of #6838CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6838CD

Black with #6838CD

Text Example


Text Example

White with #6838CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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