Html Css Color HEX #6827BF Purple Heart

📋 copy color: '#6827BF'

red 104 ◦ green 39 ◦ blue 191

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

Shades of Purple Heart #6827BF

Tints of Purple Heart #6827BF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.68%

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

R = 31.14%
G = 11.68%
B = 57.19%

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

#6827BF (or 0x6827BF) is known color: Purple Heart. HEX triplet: 68, 27 and BF. RGB value is (104,39,191). Sum of RGB (Red+Green+Blue) = 104+39+191=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #6827BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6827BF is #97D840. Grayscale: #4B4B4B. Windows color (decimal): -9951297 or 12527464. OLE color: 12527464.

HSL color Cylindrical-coordinate representation of color #6827BF: hue angle of 265.66º degrees, saturation: 0.66, 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 #6827BF is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 39 191 -
CMYK 0.46 0.80 0 0.25
HSL 265.66º 0.66% 0.45% -
HSV(B) 265.66º 0.8% 0.75% -
XYZ 15.84 8.16 50.03 -
YUV 75.76 193.03 148.14 -
System Red Green Blue C M Y K H S L
Decimal 104 39 191 0.46 0.80 0 0.25 265.66 0.66 0.45
Hex 68 27 BF 2E 50 0 19 10A 42 2D
Octal 150 47 277 56 120 0 31 412 102 55
Binary 1101000 100111 10111111 101110 1010000 0 11001 100001010 1000010 101101

Color Harmonies of #6827BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6827BF

Black with #6827BF

Text Example


Text Example

White with #6827BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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