Html Css Color HEX #6901BE Purple Heart

📋 copy color: '#6901BE'

red 105 ◦ green 1 ◦ blue 190

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

Shades of Purple Heart #6901BE

Tints of Purple Heart #6901BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 35.47%
G = 0.34%
B = 64.19%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6901BE (or 0x6901BE) is known color: Purple Heart. HEX triplet: 69, 01 and BE. RGB value is (105,1,190). Sum of RGB (Red+Green+Blue) = 105+1+190=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #6901BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6901BE is #96FE41. Grayscale: #343434. Windows color (decimal): -9895490 or 12452201. OLE color: 12452201.

HSL color Cylindrical-coordinate representation of color #6901BE: hue angle of 273.02º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6901BE is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 1 190 -
CMYK 0.45 0.99 0 0.25
HSL 273.02º 0.99% 0.37% -
HSV(B) 273.02º 0.99% 0.75% -
XYZ 15.13 6.74 49.22 -
YUV 53.64 204.96 164.63 -
System Red Green Blue C M Y K H S L
Decimal 105 1 190 0.45 0.99 0 0.25 273.02 0.99 0.37
Hex 69 1 BE 2D 63 0 19 111 63 25
Octal 151 1 276 55 143 0 31 421 143 45
Binary 1101001 1 10111110 101101 1100011 0 11001 100010001 1100011 100101

Color Harmonies of #6901BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6901BE

Black with #6901BE

Text Example


Text Example

White with #6901BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6901BE; }

 p { color: rgb(105,1,190); }

 H1.HeaderClassName
 {
   color: #6901BE;
 }
 .AnyTagClassName
 {
   color: #6901BE;
 }
</style>

background-color css

<style>
 a { background-color: #6901BE; }

 a { background-color: rgb(105,1,190); }

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

border-color css

<style>
 span { border-color: #6901BE; }

 span { border-color: rgb(105,1,190); }

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