Html Css Color HEX #6827BD Purple Heart

📋 copy color: '#6827BD'

red 104 ◦ green 39 ◦ blue 189

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

Shades of Purple Heart #6827BD

Tints of Purple Heart #6827BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.93%

R = 31.33%
G = 11.75%
B = 56.93%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6827BD (or 0x6827BD) is known color: Purple Heart. HEX triplet: 68, 27 and BD. RGB value is (104,39,189). Sum of RGB (Red+Green+Blue) = 104+39+189=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #6827BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6827BD is #97D842. Grayscale: #4B4B4B. Windows color (decimal): -9951299 or 12396392. OLE color: 12396392.

HSL color Cylindrical-coordinate representation of color #6827BD: hue angle of 266º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6827BD is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 39 189 -
CMYK 0.45 0.79 0 0.26
HSL 266º 0.66% 0.45% -
HSV(B) 266º 0.79% 0.74% -
XYZ 15.62 8.07 48.88 -
YUV 75.54 192.03 148.3 -
System Red Green Blue C M Y K H S L
Decimal 104 39 189 0.45 0.79 0 0.26 266 0.66 0.45
Hex 68 27 BD 2D 4F 0 1A 10A 42 2D
Octal 150 47 275 55 117 0 32 412 102 55
Binary 1101000 100111 10111101 101101 1001111 0 11010 100001010 1000010 101101

Color Harmonies of #6827BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6827BD

Black with #6827BD

Text Example


Text Example

White with #6827BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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