Html Css Color HEX #6827BC Purple Heart

📋 copy color: '#6827BC'

red 104 ◦ green 39 ◦ blue 188

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

Shades of Purple Heart #6827BC

Tints of Purple Heart #6827BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 31.42%
G = 11.78%
B = 56.8%

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

#6827BC (or 0x6827BC) is known color: Purple Heart. HEX triplet: 68, 27 and BC. RGB value is (104,39,188). Sum of RGB (Red+Green+Blue) = 104+39+188=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #6827BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6827BC is #97D843. Grayscale: #4A4A4A. Windows color (decimal): -9951300 or 12330856. OLE color: 12330856.

HSL color Cylindrical-coordinate representation of color #6827BC: hue angle of 266.17º 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 #6827BC is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 39 188 -
CMYK 0.45 0.79 0 0.26
HSL 266.17º 0.66% 0.45% -
HSV(B) 266.17º 0.79% 0.74% -
XYZ 15.51 8.02 48.31 -
YUV 75.42 191.53 148.38 -
System Red Green Blue C M Y K H S L
Decimal 104 39 188 0.45 0.79 0 0.26 266.17 0.66 0.45
Hex 68 27 BC 2D 4F 0 1A 10A 42 2D
Octal 150 47 274 55 117 0 32 412 102 55
Binary 1101000 100111 10111100 101101 1001111 0 11010 100001010 1000010 101101

Color Harmonies of #6827BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6827BC

Black with #6827BC

Text Example


Text Example

White with #6827BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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