Html Css Color HEX #6A2BBE Purple Heart

📋 copy color: '#6A2BBE'

red 106 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #6A2BBE

Tints of Purple Heart #6A2BBE

RGB

 RED value IS 106 (41.8% from 255) = 31.27%

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

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

R = 31.27%
G = 12.68%
B = 56.05%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A2BBE (or 0x6A2BBE) is known color: Purple Heart. HEX triplet: 6A, 2B and BE. RGB value is (106,43,190). Sum of RGB (Red+Green+Blue) = 106+43+190=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A2BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2BBE is #95D441. Grayscale: #4E4E4E. Windows color (decimal): -9819202 or 12462954. OLE color: 12462954.

HSL color Cylindrical-coordinate representation of color #6A2BBE: hue angle of 265.71º 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 #6A2BBE is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 43 190 -
CMYK 0.44 0.77 0 0.25
HSL 265.71º 0.63% 0.46% -
HSV(B) 265.71º 0.77% 0.75% -
XYZ 16.1 8.51 49.51 -
YUV 78.6 190.87 147.55 -
System Red Green Blue C M Y K H S L
Decimal 106 43 190 0.44 0.77 0 0.25 265.71 0.63 0.46
Hex 6A 2B BE 2C 4D 0 19 10A 3F 2E
Octal 152 53 276 54 115 0 31 412 77 56
Binary 1101010 101011 10111110 101100 1001101 0 11001 100001010 111111 101110

Color Harmonies of #6A2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2BBE

Black with #6A2BBE

Text Example


Text Example

White with #6A2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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