Html Css Color HEX #6824B5 Purple Heart

📋 copy color: '#6824B5'

red 104 ◦ green 36 ◦ blue 181

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

Shades of Purple Heart #6824B5

Tints of Purple Heart #6824B5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 181 (71.09% from 255) = 56.39%

R = 32.4%
G = 11.21%
B = 56.39%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6824B5 (or 0x6824B5) is known color: Purple Heart. HEX triplet: 68, 24 and B5. RGB value is (104,36,181). Sum of RGB (Red+Green+Blue) = 104+36+181=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 181 (71.09% from 255 or 56.39% from 321); Max value from RGB is 181 - color contains mainly: blue. Hex color #6824B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6824B5 is #97DB4A. Grayscale: #484848. Windows color (decimal): -9952075 or 11871336. OLE color: 11871336.

HSL color Cylindrical-coordinate representation of color #6824B5: hue angle of 268.14º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6824B5 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 36 181 -
CMYK 0.43 0.80 0 0.29
HSL 268.14º 0.67% 0.43% -
HSV(B) 268.14º 0.8% 0.71% -
XYZ 14.68 7.54 44.4 -
YUV 72.86 189.03 150.21 -
System Red Green Blue C M Y K H S L
Decimal 104 36 181 0.43 0.80 0 0.29 268.14 0.67 0.43
Hex 68 24 B5 2B 50 0 1D 10C 43 2B
Octal 150 44 265 53 120 0 35 414 103 53
Binary 1101000 100100 10110101 101011 1010000 0 11101 100001100 1000011 101011

Color Harmonies of #6824B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6824B5

Black with #6824B5

Text Example


Text Example

White with #6824B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6824B5; }

 p { color: rgb(104,36,181); }

 H1.HeaderClassName
 {
   color: #6824B5;
 }
 .AnyTagClassName
 {
   color: #6824B5;
 }
</style>

background-color css

<style>
 a { background-color: #6824B5; }

 a { background-color: rgb(104,36,181); }

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

border-color css

<style>
 span { border-color: #6824B5; }

 span { border-color: rgb(104,36,181); }

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