Html Css Color HEX #6838B8 Purple Heart

📋 copy color: '#6838B8'

red 104 ◦ green 56 ◦ blue 184

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

Shades of Purple Heart #6838B8

Tints of Purple Heart #6838B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 53.49%

R = 30.23%
G = 16.28%
B = 53.49%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6838B8 (or 0x6838B8) is known color: Purple Heart. HEX triplet: 68, 38 and B8. RGB value is (104,56,184). Sum of RGB (Red+Green+Blue) = 104+56+184=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 184 (72.27% from 255 or 53.49% from 344); Max value from RGB is 184 - color contains mainly: blue. Hex color #6838B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6838B8 is #97C747. Grayscale: #545454. Windows color (decimal): -9946952 or 12073064. OLE color: 12073064.

HSL color Cylindrical-coordinate representation of color #6838B8: hue angle of 262.5º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6838B8 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 56 184 -
CMYK 0.43 0.70 0 0.28
HSL 262.5º 0.53% 0.47% -
HSV(B) 262.5º 0.7% 0.72% -
XYZ 15.77 9.23 46.3 -
YUV 84.94 183.9 141.59 -
System Red Green Blue C M Y K H S L
Decimal 104 56 184 0.43 0.70 0 0.28 262.5 0.53 0.47
Hex 68 38 B8 2B 46 0 1C 106 35 2F
Octal 150 70 270 53 106 0 34 406 65 57
Binary 1101000 111000 10111000 101011 1000110 0 11100 100000110 110101 101111

Color Harmonies of #6838B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6838B8

Black with #6838B8

Text Example


Text Example

White with #6838B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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