Html Css Color HEX #6827C1 Purple Heart

📋 copy color: '#6827C1'

red 104 ◦ green 39 ◦ blue 193

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

Shades of Purple Heart #6827C1

Tints of Purple Heart #6827C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 57.44%

R = 30.95%
G = 11.61%
B = 57.44%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6827C1 (or 0x6827C1) is known color: Purple Heart. HEX triplet: 68, 27 and C1. RGB value is (104,39,193). Sum of RGB (Red+Green+Blue) = 104+39+193=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #6827C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6827C1 is #97D83E. Grayscale: #4B4B4B. Windows color (decimal): -9951295 or 12658536. OLE color: 12658536.

HSL color Cylindrical-coordinate representation of color #6827C1: hue angle of 265.32º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6827C1 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 39 193 -
CMYK 0.46 0.80 0 0.24
HSL 265.32º 0.66% 0.45% -
HSV(B) 265.32º 0.8% 0.76% -
XYZ 16.06 8.24 51.2 -
YUV 75.99 194.03 147.98 -
System Red Green Blue C M Y K H S L
Decimal 104 39 193 0.46 0.80 0 0.24 265.32 0.66 0.45
Hex 68 27 C1 2E 50 0 18 109 42 2D
Octal 150 47 301 56 120 0 30 411 102 55
Binary 1101000 100111 11000001 101110 1010000 0 11000 100001001 1000010 101101

Color Harmonies of #6827C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6827C1

Black with #6827C1

Text Example


Text Example

White with #6827C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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