Html Css Color HEX #6912C2 Purple Heart

📋 copy color: '#6912C2'

red 105 ◦ green 18 ◦ blue 194

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

Shades of Purple Heart #6912C2

Tints of Purple Heart #6912C2

RGB

 RED value IS 105 (41.41% from 255) = 33.12%

 GREEN value IS 18 (7.42% from 255) = 5.68%

 BLUE value IS 194 (76.17% from 255) = 61.2%

R = 33.12%
G = 5.68%
B = 61.2%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6912C2 (or 0x6912C2) is known color: Purple Heart. HEX triplet: 69, 12 and C2. RGB value is (105,18,194). Sum of RGB (Red+Green+Blue) = 105+18+194=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 194 (76.17% from 255 or 61.20% from 317); Max value from RGB is 194 - color contains mainly: blue. Hex color #6912C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6912C2 is #96ED3D. Grayscale: #3F3F3F. Windows color (decimal): -9891134 or 12718697. OLE color: 12718697.

HSL color Cylindrical-coordinate representation of color #6912C2: hue angle of 269.66º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6912C2 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 18 194 -
CMYK 0.46 0.91 0 0.24
HSL 269.66º 0.83% 0.42% -
HSV(B) 269.66º 0.91% 0.76% -
XYZ 15.78 7.33 51.62 -
YUV 64.08 201.32 157.19 -
System Red Green Blue C M Y K H S L
Decimal 105 18 194 0.46 0.91 0 0.24 269.66 0.83 0.42
Hex 69 12 C2 2E 5B 0 18 10E 53 2A
Octal 151 22 302 56 133 0 30 416 123 52
Binary 1101001 10010 11000010 101110 1011011 0 11000 100001110 1010011 101010

Color Harmonies of #6912C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6912C2

Black with #6912C2

Text Example


Text Example

White with #6912C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6912C2; }

 p { color: rgb(105,18,194); }

 H1.HeaderClassName
 {
   color: #6912C2;
 }
 .AnyTagClassName
 {
   color: #6912C2;
 }
</style>

background-color css

<style>
 a { background-color: #6912C2; }

 a { background-color: rgb(105,18,194); }

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

border-color css

<style>
 span { border-color: #6912C2; }

 span { border-color: rgb(105,18,194); }

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