Html Css Color HEX #6913CF Purple Heart

📋 copy color: '#6913CF'

red 105 ◦ green 19 ◦ blue 207

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

Shades of Purple Heart #6913CF

Tints of Purple Heart #6913CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.74%

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

R = 31.72%
G = 5.74%
B = 62.54%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6913CF (or 0x6913CF) is known color: Purple Heart. HEX triplet: 69, 13 and CF. RGB value is (105,19,207). Sum of RGB (Red+Green+Blue) = 105+19+207=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #6913CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6913CF is #96EC30. Grayscale: #414141. Windows color (decimal): -9890865 or 13570921. OLE color: 13570921.

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

Color convert

RGB 105 19 207 -
CMYK 0.49 0.91 0 0.19
HSL 267.45º 0.83% 0.44% -
HSV(B) 267.45º 0.91% 0.81% -
XYZ 17.32 7.97 59.66 -
YUV 66.15 207.49 155.71 -
System Red Green Blue C M Y K H S L
Decimal 105 19 207 0.49 0.91 0 0.19 267.45 0.83 0.44
Hex 69 13 CF 31 5B 0 13 10B 53 2C
Octal 151 23 317 61 133 0 23 413 123 54
Binary 1101001 10011 11001111 110001 1011011 0 10011 100001011 1010011 101100

Color Harmonies of #6913CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6913CF

Black with #6913CF

Text Example


Text Example

White with #6913CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6913CF; }

 p { color: rgb(105,19,207); }

 H1.HeaderClassName
 {
   color: #6913CF;
 }
 .AnyTagClassName
 {
   color: #6913CF;
 }
</style>

background-color css

<style>
 a { background-color: #6913CF; }

 a { background-color: rgb(105,19,207); }

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

border-color css

<style>
 span { border-color: #6913CF; }

 span { border-color: rgb(105,19,207); }

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