Html Css Color HEX #6826BF Purple Heart

📋 copy color: '#6826BF'

red 104 ◦ green 38 ◦ blue 191

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

Shades of Purple Heart #6826BF

Tints of Purple Heart #6826BF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.41%

 BLUE value IS 191 (75% from 255) = 57.36%

R = 31.23%
G = 11.41%
B = 57.36%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6826BF (or 0x6826BF) is known color: Purple Heart. HEX triplet: 68, 26 and BF. RGB value is (104,38,191). Sum of RGB (Red+Green+Blue) = 104+38+191=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #6826BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6826BF is #97D940. Grayscale: #4A4A4A. Windows color (decimal): -9951553 or 12527208. OLE color: 12527208.

HSL color Cylindrical-coordinate representation of color #6826BF: hue angle of 265.88º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6826BF is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 38 191 -
CMYK 0.46 0.80 0 0.25
HSL 265.88º 0.67% 0.45% -
HSV(B) 265.88º 0.8% 0.75% -
XYZ 15.81 8.09 50.02 -
YUV 75.18 193.37 148.56 -
System Red Green Blue C M Y K H S L
Decimal 104 38 191 0.46 0.80 0 0.25 265.88 0.67 0.45
Hex 68 26 BF 2E 50 0 19 10A 43 2D
Octal 150 46 277 56 120 0 31 412 103 55
Binary 1101000 100110 10111111 101110 1010000 0 11001 100001010 1000011 101101

Color Harmonies of #6826BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6826BF

Black with #6826BF

Text Example


Text Example

White with #6826BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6826BF; }

 p { color: rgb(104,38,191); }

 H1.HeaderClassName
 {
   color: #6826BF;
 }
 .AnyTagClassName
 {
   color: #6826BF;
 }
</style>

background-color css

<style>
 a { background-color: #6826BF; }

 a { background-color: rgb(104,38,191); }

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

border-color css

<style>
 span { border-color: #6826BF; }

 span { border-color: rgb(104,38,191); }

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