Html Css Color HEX #6910CE Purple Heart

📋 copy color: '#6910CE'

red 105 ◦ green 16 ◦ blue 206

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

Shades of Purple Heart #6910CE

Tints of Purple Heart #6910CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.89%

 BLUE value IS 206 (80.86% from 255) = 63%

R = 32.11%
G = 4.89%
B = 63%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6910CE (or 0x6910CE) is known color: Purple Heart. HEX triplet: 69, 10 and CE. RGB value is (105,16,206). Sum of RGB (Red+Green+Blue) = 105+16+206=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #6910CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6910CE is #96EF31. Grayscale: #3F3F3F. Windows color (decimal): -9891634 or 13504617. OLE color: 13504617.

HSL color Cylindrical-coordinate representation of color #6910CE: hue angle of 268.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6910CE is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 16 206 -
CMYK 0.49 0.92 0 0.19
HSL 268.11º 0.86% 0.44% -
HSV(B) 268.11º 0.92% 0.81% -
XYZ 17.15 7.83 59 -
YUV 64.27 207.99 157.05 -
System Red Green Blue C M Y K H S L
Decimal 105 16 206 0.49 0.92 0 0.19 268.11 0.86 0.44
Hex 69 10 CE 31 5C 0 13 10C 56 2C
Octal 151 20 316 61 134 0 23 414 126 54
Binary 1101001 10000 11001110 110001 1011100 0 10011 100001100 1010110 101100

Color Harmonies of #6910CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6910CE

Black with #6910CE

Text Example


Text Example

White with #6910CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6910CE; }

 p { color: rgb(105,16,206); }

 H1.HeaderClassName
 {
   color: #6910CE;
 }
 .AnyTagClassName
 {
   color: #6910CE;
 }
</style>

background-color css

<style>
 a { background-color: #6910CE; }

 a { background-color: rgb(105,16,206); }

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

border-color css

<style>
 span { border-color: #6910CE; }

 span { border-color: rgb(105,16,206); }

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