Html Css Color HEX #6915C4 Purple Heart

📋 copy color: '#6915C4'

red 105 ◦ green 21 ◦ blue 196

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

Shades of Purple Heart #6915C4

Tints of Purple Heart #6915C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 60.87%

R = 32.61%
G = 6.52%
B = 60.87%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6915C4 (or 0x6915C4) is known color: Purple Heart. HEX triplet: 69, 15 and C4. RGB value is (105,21,196). Sum of RGB (Red+Green+Blue) = 105+21+196=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #6915C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6915C4 is #96EA3B. Grayscale: #414141. Windows color (decimal): -9890364 or 12850537. OLE color: 12850537.

HSL color Cylindrical-coordinate representation of color #6915C4: hue angle of 268.8º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6915C4 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 105 21 196 -
CMYK 0.46 0.89 0 0.23
HSL 268.8º 0.81% 0.43% -
HSV(B) 268.8º 0.89% 0.77% -
XYZ 16.06 7.53 52.83 -
YUV 66.07 201.33 155.77 -
System Red Green Blue C M Y K H S L
Decimal 105 21 196 0.46 0.89 0 0.23 268.8 0.81 0.43
Hex 69 15 C4 2E 59 0 17 10D 51 2B
Octal 151 25 304 56 131 0 27 415 121 53
Binary 1101001 10101 11000100 101110 1011001 0 10111 100001101 1010001 101011

Color Harmonies of #6915C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915C4

Black with #6915C4

Text Example


Text Example

White with #6915C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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