Html Css Color HEX #6B1FCC Purple Heart

📋 copy color: '#6B1FCC'

red 107 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #6B1FCC

Tints of Purple Heart #6B1FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.06%

 BLUE value IS 204 (80.08% from 255) = 59.65%

R = 31.29%
G = 9.06%
B = 59.65%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B1FCC (or 0x6B1FCC) is known color: Purple Heart. HEX triplet: 6B, 1F and CC. RGB value is (107,31,204). Sum of RGB (Red+Green+Blue) = 107+31+204=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B1FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1FCC is #94E033. Grayscale: #484848. Windows color (decimal): -9756724 or 13377387. OLE color: 13377387.

HSL color Cylindrical-coordinate representation of color #6B1FCC: hue angle of 266.36º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1FCC is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 31 204 -
CMYK 0.48 0.85 0 0.2
HSL 266.36º 0.74% 0.46% -
HSV(B) 266.36º 0.85% 0.8% -
XYZ 17.45 8.47 57.84 -
YUV 73.45 201.68 151.93 -
System Red Green Blue C M Y K H S L
Decimal 107 31 204 0.48 0.85 0 0.2 266.36 0.74 0.46
Hex 6B 1F CC 30 55 0 14 10A 4A 2E
Octal 153 37 314 60 125 0 24 412 112 56
Binary 1101011 11111 11001100 110000 1010101 0 10100 100001010 1001010 101110

Color Harmonies of #6B1FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1FCC

Black with #6B1FCC

Text Example


Text Example

White with #6B1FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,31,204); }

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

background-color css

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

 a { background-color: rgb(107,31,204); }

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

border-color css

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

 span { border-color: rgb(107,31,204); }

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