Html Css Color HEX #6C2BBE Purple Heart

📋 copy color: '#6C2BBE'

red 108 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #6C2BBE

Tints of Purple Heart #6C2BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.61%

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

R = 31.67%
G = 12.61%
B = 55.72%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C2BBE (or 0x6C2BBE) is known color: Purple Heart. HEX triplet: 6C, 2B and BE. RGB value is (108,43,190). Sum of RGB (Red+Green+Blue) = 108+43+190=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C2BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2BBE is #93D441. Grayscale: #4E4E4E. Windows color (decimal): -9688130 or 12462956. OLE color: 12462956.

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

Color convert

RGB 108 43 190 -
CMYK 0.43 0.77 0 0.25
HSL 266.53º 0.63% 0.46% -
HSV(B) 266.53º 0.77% 0.75% -
XYZ 16.34 8.63 49.52 -
YUV 79.19 190.53 148.55 -
System Red Green Blue C M Y K H S L
Decimal 108 43 190 0.43 0.77 0 0.25 266.53 0.63 0.46
Hex 6C 2B BE 2B 4D 0 19 10B 3F 2E
Octal 154 53 276 53 115 0 31 413 77 56
Binary 1101100 101011 10111110 101011 1001101 0 11001 100001011 111111 101110

Color Harmonies of #6C2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2BBE

Black with #6C2BBE

Text Example


Text Example

White with #6C2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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