Html Css Color HEX #6B43BE Purple Heart

📋 copy color: '#6B43BE'

red 107 ◦ green 67 ◦ blue 190

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

Shades of Purple Heart #6B43BE

Tints of Purple Heart #6B43BE

RGB

 RED value IS 107 (42.19% from 255) = 29.4%

 GREEN value IS 67 (26.56% from 255) = 18.41%

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

R = 29.4%
G = 18.41%
B = 52.2%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B43BE (or 0x6B43BE) is known color: Purple Heart. HEX triplet: 6B, 43 and BE. RGB value is (107,67,190). Sum of RGB (Red+Green+Blue) = 107+67+190=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B43BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B43BE is #94BC41. Grayscale: #5C5C5C. Windows color (decimal): -9747522 or 12469099. OLE color: 12469099.

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

Color convert

RGB 107 67 190 -
CMYK 0.44 0.65 0 0.25
HSL 259.51º 0.49% 0.5% -
HSV(B) 259.51º 0.65% 0.75% -
XYZ 17.36 10.86 49.9 -
YUV 92.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 107 67 190 0.44 0.65 0 0.25 259.51 0.49 0.5
Hex 6B 43 BE 2C 41 0 19 104 31 32
Octal 153 103 276 54 101 0 31 404 61 62
Binary 1101011 1000011 10111110 101100 1000001 0 11001 100000100 110001 110010

Color Harmonies of #6B43BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B43BE

Black with #6B43BE

Text Example


Text Example

White with #6B43BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,67,190); }

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

background-color css

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

 a { background-color: rgb(107,67,190); }

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

border-color css

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

 span { border-color: rgb(107,67,190); }

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