Html Css Color HEX #6B41CF Purple Heart

📋 copy color: '#6B41CF'

red 107 ◦ green 65 ◦ blue 207

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

Shades of Purple Heart #6B41CF

Tints of Purple Heart #6B41CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.62%

R = 28.23%
G = 17.15%
B = 54.62%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B41CF (or 0x6B41CF) is known color: Purple Heart. HEX triplet: 6B, 41 and CF. RGB value is (107,65,207). Sum of RGB (Red+Green+Blue) = 107+65+207=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B41CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B41CF is #94BE30. Grayscale: #5D5D5D. Windows color (decimal): -9748017 or 13582699. OLE color: 13582699.

HSL color Cylindrical-coordinate representation of color #6B41CF: hue angle of 257.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B41CF is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 65 207 -
CMYK 0.48 0.69 0 0.19
HSL 257.75º 0.6% 0.53% -
HSV(B) 257.75º 0.69% 0.81% -
XYZ 19.22 11.41 60.22 -
YUV 93.75 191.91 137.45 -
System Red Green Blue C M Y K H S L
Decimal 107 65 207 0.48 0.69 0 0.19 257.75 0.6 0.53
Hex 6B 41 CF 30 45 0 13 102 3C 35
Octal 153 101 317 60 105 0 23 402 74 65
Binary 1101011 1000001 11001111 110000 1000101 0 10011 100000010 111100 110101

Color Harmonies of #6B41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B41CF

Black with #6B41CF

Text Example


Text Example

White with #6B41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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