Html Css Color HEX #6822BA Purple Heart

📋 copy color: '#6822BA'

red 104 ◦ green 34 ◦ blue 186

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

Shades of Purple Heart #6822BA

Tints of Purple Heart #6822BA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.49%

 BLUE value IS 186 (73.05% from 255) = 57.41%

R = 32.1%
G = 10.49%
B = 57.41%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6822BA (or 0x6822BA) is known color: Purple Heart. HEX triplet: 68, 22 and BA. RGB value is (104,34,186). Sum of RGB (Red+Green+Blue) = 104+34+186=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #6822BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6822BA is #97DD45. Grayscale: #474747. Windows color (decimal): -9952582 or 12198504. OLE color: 12198504.

HSL color Cylindrical-coordinate representation of color #6822BA: hue angle of 267.63º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6822BA is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 34 186 -
CMYK 0.44 0.82 0 0.27
HSL 267.63º 0.69% 0.43% -
HSV(B) 267.63º 0.82% 0.73% -
XYZ 15.14 7.63 47.13 -
YUV 72.26 192.19 150.64 -
System Red Green Blue C M Y K H S L
Decimal 104 34 186 0.44 0.82 0 0.27 267.63 0.69 0.43
Hex 68 22 BA 2C 52 0 1B 10C 45 2B
Octal 150 42 272 54 122 0 33 414 105 53
Binary 1101000 100010 10111010 101100 1010010 0 11011 100001100 1000101 101011

Color Harmonies of #6822BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6822BA

Black with #6822BA

Text Example


Text Example

White with #6822BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6822BA; }

 p { color: rgb(104,34,186); }

 H1.HeaderClassName
 {
   color: #6822BA;
 }
 .AnyTagClassName
 {
   color: #6822BA;
 }
</style>

background-color css

<style>
 a { background-color: #6822BA; }

 a { background-color: rgb(104,34,186); }

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

border-color css

<style>
 span { border-color: #6822BA; }

 span { border-color: rgb(104,34,186); }

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