Html Css Color HEX #6C1BBE Purple Heart

📋 copy color: '#6C1BBE'

red 108 ◦ green 27 ◦ blue 190

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

Shades of Purple Heart #6C1BBE

Tints of Purple Heart #6C1BBE

RGB

 RED value IS 108 (42.58% from 255) = 33.23%

 GREEN value IS 27 (10.94% from 255) = 8.31%

 BLUE value IS 190 (74.61% from 255) = 58.46%

R = 33.23%
G = 8.31%
B = 58.46%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C1BBE (or 0x6C1BBE) is known color: Purple Heart. HEX triplet: 6C, 1B and BE. RGB value is (108,27,190). Sum of RGB (Red+Green+Blue) = 108+27+190=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C1BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1BBE is #93E441. Grayscale: #454545. Windows color (decimal): -9692226 or 12458860. OLE color: 12458860.

HSL color Cylindrical-coordinate representation of color #6C1BBE: hue angle of 269.82º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C1BBE is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 27 190 -
CMYK 0.43 0.86 0 0.25
HSL 269.82º 0.75% 0.43% -
HSV(B) 269.82º 0.86% 0.75% -
XYZ 15.87 7.69 49.36 -
YUV 69.8 195.84 155.25 -
System Red Green Blue C M Y K H S L
Decimal 108 27 190 0.43 0.86 0 0.25 269.82 0.75 0.43
Hex 6C 1B BE 2B 56 0 19 10E 4B 2B
Octal 154 33 276 53 126 0 31 416 113 53
Binary 1101100 11011 10111110 101011 1010110 0 11001 100001110 1001011 101011

Color Harmonies of #6C1BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1BBE

Black with #6C1BBE

Text Example


Text Example

White with #6C1BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C1BBE; }

 p { color: rgb(108,27,190); }

 H1.HeaderClassName
 {
   color: #6C1BBE;
 }
 .AnyTagClassName
 {
   color: #6C1BBE;
 }
</style>

background-color css

<style>
 a { background-color: #6C1BBE; }

 a { background-color: rgb(108,27,190); }

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

border-color css

<style>
 span { border-color: #6C1BBE; }

 span { border-color: rgb(108,27,190); }

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