Html Css Color HEX #6915CF Purple Heart

📋 copy color: '#6915CF'

red 105 ◦ green 21 ◦ blue 207

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

Shades of Purple Heart #6915CF

Tints of Purple Heart #6915CF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.31%

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

R = 31.53%
G = 6.31%
B = 62.16%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6915CF (or 0x6915CF) is known color: Purple Heart. HEX triplet: 69, 15 and CF. RGB value is (105,21,207). Sum of RGB (Red+Green+Blue) = 105+21+207=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #6915CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6915CF is #96EA30. Grayscale: #424242. Windows color (decimal): -9890353 or 13571433. OLE color: 13571433.

HSL color Cylindrical-coordinate representation of color #6915CF: hue angle of 267.1º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6915CF is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 21 207 -
CMYK 0.49 0.90 0 0.19
HSL 267.1º 0.82% 0.45% -
HSV(B) 267.1º 0.9% 0.81% -
XYZ 17.36 8.04 59.67 -
YUV 67.32 206.83 154.88 -
System Red Green Blue C M Y K H S L
Decimal 105 21 207 0.49 0.90 0 0.19 267.1 0.82 0.45
Hex 69 15 CF 31 5A 0 13 10B 52 2D
Octal 151 25 317 61 132 0 23 413 122 55
Binary 1101001 10101 11001111 110001 1011010 0 10011 100001011 1010010 101101

Color Harmonies of #6915CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915CF

Black with #6915CF

Text Example


Text Example

White with #6915CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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