Html Css Color HEX #6B41BE Purple Heart

📋 copy color: '#6B41BE'

red 107 ◦ green 65 ◦ blue 190

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

Shades of Purple Heart #6B41BE

Tints of Purple Heart #6B41BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

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

R = 29.56%
G = 17.96%
B = 52.49%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B41BE (or 0x6B41BE) is known color: Purple Heart. HEX triplet: 6B, 41 and BE. RGB value is (107,65,190). Sum of RGB (Red+Green+Blue) = 107+65+190=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B41BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B41BE is #94BE41. Grayscale: #5B5B5B. Windows color (decimal): -9748034 or 12468587. OLE color: 12468587.

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

Color convert

RGB 107 65 190 -
CMYK 0.44 0.66 0 0.25
HSL 260.16º 0.49% 0.5% -
HSV(B) 260.16º 0.66% 0.75% -
XYZ 17.25 10.62 49.86 -
YUV 91.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 107 65 190 0.44 0.66 0 0.25 260.16 0.49 0.5
Hex 6B 41 BE 2C 42 0 19 104 31 32
Octal 153 101 276 54 102 0 31 404 61 62
Binary 1101011 1000001 10111110 101100 1000010 0 11001 100000100 110001 110010

Color Harmonies of #6B41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B41BE

Black with #6B41BE

Text Example


Text Example

White with #6B41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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