Html Css Color HEX #D71AF7 Psychedelic Purple

📋 copy color: '#D71AF7'

red 215 ◦ green 26 ◦ blue 247

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

Shades of Psychedelic Purple #D71AF7

Tints of Psychedelic Purple #D71AF7

RGB

 RED value IS 215 (84.38% from 255) = 44.06%

 GREEN value IS 26 (10.55% from 255) = 5.33%

 BLUE value IS 247 (96.88% from 255) = 50.61%

R = 44.06%
G = 5.33%
B = 50.61%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D71AF7 (or 0xD71AF7) is known color: Psychedelic Purple. HEX triplet: D7, 1A and F7. RGB value is (215,26,247). Sum of RGB (Red+Green+Blue) = 215+26+247=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 26 (10.55% from 255 or 5.33% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #D71AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71AF7 is #28E508. Grayscale: #6B6B6B. Windows color (decimal): -2680073 or 16194263. OLE color: 16194263.

HSL color Cylindrical-coordinate representation of color #D71AF7: hue angle of 291.31º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71AF7 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 215 26 247 -
CMYK 0.13 0.89 0 0.03
HSL 291.31º 0.93% 0.54% -
HSV(B) 291.31º 0.89% 0.97% -
XYZ 45.18 21.9 89.84 -
YUV 107.71 206.62 204.53 -
System Red Green Blue C M Y K H S L
Decimal 215 26 247 0.13 0.89 0 0.03 291.31 0.93 0.54
Hex D7 1A F7 D 59 0 3 123 5D 36
Octal 327 32 367 15 131 0 3 443 135 66
Binary 11010111 11010 11110111 1101 1011001 0 11 100100011 1011101 110110

Color Harmonies of #D71AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AF7

Black with #D71AF7

Text Example


Text Example

White with #D71AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AF7; }

 p { color: rgb(215,26,247); }

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

background-color css

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

 a { background-color: rgb(215,26,247); }

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

border-color css

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

 span { border-color: rgb(215,26,247); }

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